diff options
author | Johannes Schmid <jhs@gnome.org> | 2009-10-28 10:57:46 +0100 |
---|---|---|
committer | Johannes Schmid <jhs@gnome.org> | 2009-10-28 10:57:46 +0100 |
commit | c229306a18f6453c144397bfbbf2284afa9731eb (patch) | |
tree | fd37ba747b10ec03b968762f01386ab0d7b926c3 /gtk/gtktoolshell.c | |
parent | 249be999a6699752980a5e16e45b45c4db18dabf (diff) | |
parent | 4ff709c24b8d4b3e26b3d513fde0676e9c43f897 (diff) | |
download | gtk+-c229306a18f6453c144397bfbbf2284afa9731eb.tar.gz |
Merge branch 'master' into toolpalette
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 f7be68a523..ec1c10b5ca 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. |