From add1ca00f4cc1517b233f3a2ae2afd0230d3de38 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Fri, 17 Jan 2014 15:17:45 -0500 Subject: docs: add Gtk*Class docs https://bugzilla.gnome.org/show_bug.cgi?id=81006 --- gtk/gtktoolitem.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gtk/gtktoolitem.h') diff --git a/gtk/gtktoolitem.h b/gtk/gtktoolitem.h index 376239f169..4f2436472e 100644 --- a/gtk/gtktoolitem.h +++ b/gtk/gtktoolitem.h @@ -50,6 +50,15 @@ struct _GtkToolItem GtkToolItemPrivate *priv; }; +/** + * GtkToolItemClass: + * @parent_class: The parent class. + * @create_menu_proxy: Signal emitted when the toolbar needs + * information from tool_item about whether the item should appear in + * the toolbar overflow menu. + * @toolbar_reconfigured: Signal emitted when some property of the + * toolbar that the item is a child of changes. + */ struct _GtkToolItemClass { GtkBinClass parent_class; @@ -58,6 +67,8 @@ struct _GtkToolItemClass gboolean (* create_menu_proxy) (GtkToolItem *tool_item); void (* toolbar_reconfigured) (GtkToolItem *tool_item); + /*< private >*/ + /* Padding for future expansion */ void (* _gtk_reserved1) (void); void (* _gtk_reserved2) (void); -- cgit v1.2.1