diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-10-03 19:50:11 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-10-03 20:21:48 +0200 |
commit | bbd80b671a68c957a561ea71ea39b4877e586a1d (patch) | |
tree | ba5495f73a905891e7a12bf98140a8cadcacccfc /gtk/gtknotebook.h | |
parent | b4f81fd6126c7195bb98347a8c852e37c33b2ab7 (diff) | |
download | gtk+-bbd80b671a68c957a561ea71ea39b4877e586a1d.tar.gz |
docs: Move documentation to inline comments: GtkNotebook
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r-- | gtk/gtknotebook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h index 553a4840d9..ef862dc8ed 100644 --- a/gtk/gtknotebook.h +++ b/gtk/gtknotebook.h @@ -58,9 +58,9 @@ typedef struct _GtkNotebookClass GtkNotebookClass; struct _GtkNotebook { + /* <private> */ GtkContainer container; - /* <private> */ GtkNotebookPrivate *priv; }; |