summaryrefslogtreecommitdiff
path: root/gtk/gtkcustompaperunixdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcustompaperunixdialog.h')
-rw-r--r--gtk/gtkcustompaperunixdialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkcustompaperunixdialog.h b/gtk/gtkcustompaperunixdialog.h
index 063df8e760..60566b15e8 100644
--- a/gtk/gtkcustompaperunixdialog.h
+++ b/gtk/gtkcustompaperunixdialog.h
@@ -41,10 +41,16 @@ struct _GtkCustomPaperUnixDialog
GtkCustomPaperUnixDialogPrivate *priv;
};
+/**
+ * GtkCustomPaperUnixDialogClass:
+ * @parent_class: The parent class.
+ */
struct _GtkCustomPaperUnixDialogClass
{
GtkDialogClass parent_class;
+ /*< private >*/
+
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);