summaryrefslogtreecommitdiff
path: root/gtk/deprecated/gtkrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/deprecated/gtkrc.h')
-rw-r--r--gtk/deprecated/gtkrc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gtk/deprecated/gtkrc.h b/gtk/deprecated/gtkrc.h
index 4fc1505337..c3676973db 100644
--- a/gtk/deprecated/gtkrc.h
+++ b/gtk/deprecated/gtkrc.h
@@ -100,10 +100,21 @@ struct _GtkRcStyle
guint engine_specified : 1; /* The RC file specified the engine */
};
+/**
+ * GtkRcStyleClass:
+ * @parent_class: The parent class.
+ * @create_rc_style:
+ * @parse:
+ * @merge:
+ * @create_style:
+ * @create_style:
+ */
struct _GtkRcStyleClass
{
GObjectClass parent_class;
+ /*< public >*/
+
/* Create an empty RC style of the same type as this RC style.
* The default implementation, which does
* g_object_new (G_OBJECT_TYPE (style), NULL);
@@ -129,6 +140,8 @@ struct _GtkRcStyleClass
*/
GtkStyle * (*create_style) (GtkRcStyle *rc_style);
+ /*< private >*/
+
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);