diff options
Diffstat (limited to 'gtk/gtkvseparator.h')
-rw-r--r-- | gtk/gtkvseparator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkvseparator.h b/gtk/gtkvseparator.h index ee97ee0690..a82ebfe10a 100644 --- a/gtk/gtkvseparator.h +++ b/gtk/gtkvseparator.h @@ -49,6 +49,12 @@ G_BEGIN_DECLS typedef struct _GtkVSeparator GtkVSeparator; typedef struct _GtkVSeparatorClass GtkVSeparatorClass; +/** + * GtkVSeparator: + * + * The #GtkVSeparator struct contains private data only, and + * should be accessed using the functions below. + */ struct _GtkVSeparator { GtkSeparator separator; |