diff options
Diffstat (limited to 'gtk/deprecated/gtkactiongroup.h')
-rw-r--r-- | gtk/deprecated/gtkactiongroup.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/deprecated/gtkactiongroup.h b/gtk/deprecated/gtkactiongroup.h index e2e54edc51..3ce8f270d3 100644 --- a/gtk/deprecated/gtkactiongroup.h +++ b/gtk/deprecated/gtkactiongroup.h @@ -60,6 +60,11 @@ struct _GtkActionGroup GtkActionGroupPrivate *priv; }; +/** + * GtkActionGroupClass: + * @parent_class: The parent class. + * @get_action: Looks up an action in the action group by name. + */ struct _GtkActionGroupClass { GObjectClass parent_class; @@ -67,6 +72,8 @@ struct _GtkActionGroupClass GtkAction *(* get_action) (GtkActionGroup *action_group, const gchar *action_name); + /*< private >*/ + /* Padding for future expansion */ void (*_gtk_reserved1) (void); void (*_gtk_reserved2) (void); |