summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r--gtk/gtkicontheme.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h
index b95b03bb07..cb1368af44 100644
--- a/gtk/gtkicontheme.h
+++ b/gtk/gtkicontheme.h
@@ -73,12 +73,23 @@ struct _GtkIconTheme
GtkIconThemePrivate *priv;
};
+/**
+ * GtkIconThemeClass:
+ * @parent_class: The parent class.
+ * @changed: Signal emitted when the current icon theme is switched or
+ * GTK+ detects that a change has occurred in the contents of the
+ * current icon theme.
+ */
struct _GtkIconThemeClass
{
GObjectClass parent_class;
+ /*< public >*/
+
void (* changed) (GtkIconTheme *icon_theme);
+ /*< private >*/
+
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);