From df5ee2fa10d0d1b3bb067f6667ae1d4e5a5ee2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 15 Oct 2009 03:47:45 +0200 Subject: [PATCH] Move documentation to inline comments: GtkToolShell https://bugzilla.gnome.org/show_bug.cgi?id=597865 --- docs/reference/gtk/tmpl/gtktoolshell.sgml | 80 ----------------------- gtk/gtktoolshell.c | 1 + 2 files changed, 1 insertion(+), 80 deletions(-) delete mode 100644 docs/reference/gtk/tmpl/gtktoolshell.sgml diff --git a/docs/reference/gtk/tmpl/gtktoolshell.sgml b/docs/reference/gtk/tmpl/gtktoolshell.sgml deleted file mode 100644 index 687e7f5647..0000000000 --- a/docs/reference/gtk/tmpl/gtktoolshell.sgml +++ /dev/null @@ -1,80 +0,0 @@ - -GtkToolShell - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@get_icon_size: -@get_orientation: -@get_style: -@get_relief_style: -@rebuild_menu: - - - - - - -@shell: -@Returns: - - - - - - - -@shell: -@Returns: - - - - - - - -@shell: -@Returns: - - - - - - - -@shell: -@Returns: - - - - - - - -@shell: - - 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.