Move documentation to inline comments: GtkToolShell

https://bugzilla.gnome.org/show_bug.cgi?id=597865
This commit is contained in:
Javier Jardón
2009-10-15 03:47:45 +02:00
parent fbae115b03
commit df5ee2fa10
2 changed files with 1 additions and 80 deletions

View File

@ -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:

View File

@ -29,6 +29,7 @@
/** /**
* SECTION:gtktoolshell * SECTION:gtktoolshell
* @short_description: Interface for containers containing GtkToolItem widgets. * @short_description: Interface for containers containing GtkToolItem widgets.
* @Title: GtkToolShell
* *
* The #GtkToolShell interface allows container widgets to provide additional * The #GtkToolShell interface allows container widgets to provide additional
* information when embedding #GtkToolItem widgets. * information when embedding #GtkToolItem widgets.