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 | |
parent | fbae115b03cec75a51f68e41615ac183d579d031 (diff) | |
download | gtk+-df5ee2fa10d0d1b3bb067f6667ae1d4e5a5ee2d4.tar.gz |
Move documentation to inline comments: GtkToolShell
https://bugzilla.gnome.org/show_bug.cgi?id=597865
-rw-r--r-- | docs/reference/gtk/tmpl/gtktoolshell.sgml | 80 | ||||
-rw-r--r-- | gtk/gtktoolshell.c | 1 |
2 files changed, 1 insertions, 80 deletions
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 @@ -<!-- ##### 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: - - 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. |