diff options
author | Steven Harms <sharms@ubuntu.com> | 2010-03-03 18:35:45 -0500 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-03-04 02:33:56 +0100 |
commit | 15d1d8bb3b3c408002aaac19566b5d1f23a04aa0 (patch) | |
tree | ef001fa3b69701dbca360cdc6515158045bd171c /gtk/gtkvseparator.h | |
parent | f0f3b01876a8cb3d905ae472ab55ca2b68a8913e (diff) | |
download | gtk+-15d1d8bb3b3c408002aaac19566b5d1f23a04aa0.tar.gz |
Move documentation to inline comments: GtkVSeparator
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611662
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; |