diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-21 00:18:11 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-21 00:18:11 -0400 |
commit | e0aa12eb0ab8d20a2bc9de7d89c779d3566ee669 (patch) | |
tree | 63a25f9dd34d5a7b8776c37bccb197bf5d63bfb0 /gtk/gtkapplication.h | |
parent | ca251cf1d45ed6be71065d058313b9b22d36f10d (diff) | |
download | gtk+-e0aa12eb0ab8d20a2bc9de7d89c779d3566ee669.tar.gz |
Tons of transfer annotations
Diffstat (limited to 'gtk/gtkapplication.h')
-rw-r--r-- | gtk/gtkapplication.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkapplication.h b/gtk/gtkapplication.h index 929cb29323..a6b2e8bfc6 100644 --- a/gtk/gtkapplication.h +++ b/gtk/gtkapplication.h @@ -66,12 +66,12 @@ struct _GtkApplicationClass GApplicationClass parent_class; /*< vfuncs >*/ - GtkWindow *(* create_window) (GtkApplication *application); - void (* activated) (GtkApplication *application, + GtkWindow *(* create_window) (GtkApplication *app); + void (* activated) (GtkApplication *app, GVariant *args); - void (* action) (GtkApplication *application, + void (* action) (GtkApplication *app, const gchar *action_name); - gboolean (* quit) (GtkApplication *application); + gboolean (* quit) (GtkApplication *app); /* Padding for future expansion */ |