summaryrefslogtreecommitdiff
path: root/gtk/gtkoffscreenwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkoffscreenwindow.h')
-rw-r--r--gtk/gtkoffscreenwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkoffscreenwindow.h b/gtk/gtkoffscreenwindow.h
index 1fc4782c21..2434558986 100644
--- a/gtk/gtkoffscreenwindow.h
+++ b/gtk/gtkoffscreenwindow.h
@@ -42,10 +42,16 @@ struct _GtkOffscreenWindow
GtkWindow parent_object;
};
+/**
+ * GtkOffscreenWindowClass:
+ * @parent_class: The parent class.
+ */
struct _GtkOffscreenWindowClass
{
GtkWindowClass parent_class;
+ /*< private >*/
+
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);