adding comments
This commit is contained in:
parent
9a0aab8d8d
commit
1af52f6b8d
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ static gboolean run_func_on(ObActionsData *data, gpointer options)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Always return FALSE because its not interactive */
|
||||||
static gboolean run_func_off(ObActionsData *data, gpointer options)
|
static gboolean run_func_off(ObActionsData *data, gpointer options)
|
||||||
{
|
{
|
||||||
if (data->client) {
|
if (data->client) {
|
||||||
|
@ -33,6 +34,7 @@ static gboolean run_func_off(ObActionsData *data, gpointer options)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Always return FALSE because its not interactive */
|
||||||
static gboolean run_func_toggle(ObActionsData *data, gpointer options)
|
static gboolean run_func_toggle(ObActionsData *data, gpointer options)
|
||||||
{
|
{
|
||||||
if (data->client) {
|
if (data->client) {
|
||||||
|
|
Loading…
Reference in a new issue