diff options
author | Javier Jardón <jjardon@gnome.org> | 2009-10-15 03:47:45 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2009-10-15 03:49:08 +0200 |
commit | df5ee2fa10d0d1b3bb067f6667ae1d4e5a5ee2d4 (patch) | |
tree | cd2867f66100c5bfcc847d423a263f80dc525d09 /gtk/gtktoolshell.c | |
parent | fbae115b03cec75a51f68e41615ac183d579d031 (diff) | |
download | gtk+-df5ee2fa10d0d1b3bb067f6667ae1d4e5a5ee2d4.tar.gz |
Move documentation to inline comments: GtkToolShell
https://bugzilla.gnome.org/show_bug.cgi?id=597865
Diffstat (limited to 'gtk/gtktoolshell.c')
-rw-r--r-- | gtk/gtktoolshell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktoolshell.c b/gtk/gtktoolshell.c index e3e71c5086..955d84bfc4 100644 --- a/gtk/gtktoolshell.c +++ b/gtk/gtktoolshell.c @@ -29,6 +29,7 @@ /** * SECTION:gtktoolshell * @short_description: Interface for containers containing GtkToolItem widgets. + * @Title: GtkToolShell * * The #GtkToolShell interface allows container widgets to provide additional * information when embedding #GtkToolItem widgets. |