]> Pileus Git - ~andy/gtk/commitdiff
Move documentation to inline comments: GtkToolShell
authorJavier Jardón <jjardon@gnome.org>
Thu, 15 Oct 2009 01:47:45 +0000 (03:47 +0200)
committerJavier Jardón <jjardon@gnome.org>
Thu, 15 Oct 2009 01:49:08 +0000 (03:49 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=597865

docs/reference/gtk/tmpl/gtktoolshell.sgml [deleted file]
gtk/gtktoolshell.c

diff --git a/docs/reference/gtk/tmpl/gtktoolshell.sgml b/docs/reference/gtk/tmpl/gtktoolshell.sgml
deleted file mode 100644 (file)
index 687e7f5..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GtkToolShell
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT GtkToolShell ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT GtkToolShellIface ##### -->
-<para>
-
-</para>
-
-@get_icon_size: 
-@get_orientation: 
-@get_style: 
-@get_relief_style: 
-@rebuild_menu: 
-
-<!-- ##### FUNCTION gtk_tool_shell_get_icon_size ##### -->
-<para>
-
-</para>
-
-@shell: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_tool_shell_get_orientation ##### -->
-<para>
-
-</para>
-
-@shell: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_tool_shell_get_relief_style ##### -->
-<para>
-
-</para>
-
-@shell: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_tool_shell_get_style ##### -->
-<para>
-
-</para>
-
-@shell: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_tool_shell_rebuild_menu ##### -->
-<para>
-
-</para>
-
-@shell: 
-
-
index e3e71c508669968275d27efa56518e3cc2c84f00..955d84bfc4191b7300e6e54f0a9caa1ff1484987 100644 (file)
@@ -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.