summaryrefslogtreecommitdiff
path: root/gtk/deprecated/gtkcolorsel.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/deprecated/gtkcolorsel.h')
-rw-r--r--gtk/deprecated/gtkcolorsel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/deprecated/gtkcolorsel.h b/gtk/deprecated/gtkcolorsel.h
index f7715d2379..681fe06ad0 100644
--- a/gtk/deprecated/gtkcolorsel.h
+++ b/gtk/deprecated/gtkcolorsel.h
@@ -70,12 +70,19 @@ struct _GtkColorSelection
GtkColorSelectionPrivate *private_data;
};
+/**
+ * GtkColorSelectionClass:
+ * @parent_class: The parent class.
+ * @color_changed:
+ */
struct _GtkColorSelectionClass
{
GtkBoxClass parent_class;
void (*color_changed) (GtkColorSelection *color_selection);
+ /*< private >*/
+
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);