diff options
| author | Wu Xiaotian <[email protected]> | 2020-04-28 17:06:07 +0800 | 
|---|---|---|
| committer | Wu Xiaotian <[email protected]> | 2020-08-19 22:01:55 +0800 | 
| commit | 431efb1de32bac835bdc03387a2e5fc03891f6d2 (patch) | |
| tree | f388c88129c6bfebc7a35d5e151285b1b4988209 /mate-session/gsm-autostart-app.c | |
| parent | dbd99d0919e12fdef30cb79b1f6753f0b5f2f5c2 (diff) | |
| download | mate-session-manager-431efb1de32bac835bdc03387a2e5fc03891f6d2.tar.bz2 mate-session-manager-431efb1de32bac835bdc03387a2e5fc03891f6d2.tar.xz  | |
update
Diffstat (limited to 'mate-session/gsm-autostart-app.c')
| -rw-r--r-- | mate-session/gsm-autostart-app.c | 18 | 
1 files changed, 9 insertions, 9 deletions
diff --git a/mate-session/gsm-autostart-app.c b/mate-session/gsm-autostart-app.c index 8c90759..f6ebda1 100644 --- a/mate-session/gsm-autostart-app.c +++ b/mate-session/gsm-autostart-app.c @@ -187,9 +187,9 @@ parse_condition_string (const char *condition_string,  }  static void -if_exists_condition_cb (GFileMonitor     *monitor, -                        GFile            *file, -                        GFile            *other_file, +if_exists_condition_cb (GFileMonitor     *monitor G_GNUC_UNUSED, +                        GFile            *file G_GNUC_UNUSED, +                        GFile            *other_file G_GNUC_UNUSED,                          GFileMonitorEvent event,                          GsmApp           *app)  { @@ -218,9 +218,9 @@ if_exists_condition_cb (GFileMonitor     *monitor,  }  static void -unless_exists_condition_cb (GFileMonitor     *monitor, -                            GFile            *file, -                            GFile            *other_file, +unless_exists_condition_cb (GFileMonitor     *monitor G_GNUC_UNUSED, +                            GFile            *file G_GNUC_UNUSED, +                            GFile            *other_file G_GNUC_UNUSED,                              GFileMonitorEvent event,                              GsmApp           *app)  { @@ -811,8 +811,8 @@ autostart_app_stop_spawn (GsmAutostartApp *app,  }  static gboolean -autostart_app_stop_activate (GsmAutostartApp *app, -                             GError         **error) +autostart_app_stop_activate (GsmAutostartApp *app G_GNUC_UNUSED, +                             GError         **error G_GNUC_UNUSED)  {          return TRUE;  } @@ -905,7 +905,7 @@ autostart_app_start_spawn (GsmAutostartApp *app,  }  static void -start_notify (GObject *source_object, +start_notify (GObject *source_object G_GNUC_UNUSED,                GAsyncResult *res,                gpointer data)  {  | 
