diff options
Diffstat (limited to 'gtk/gtktoolshell.c')
-rw-r--r-- | gtk/gtktoolshell.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtktoolshell.c b/gtk/gtktoolshell.c index 765a02d168..7ebf18c648 100644 --- a/gtk/gtktoolshell.c +++ b/gtk/gtktoolshell.c @@ -28,11 +28,10 @@ * SECTION:gtktoolshell * @Short_description: Interface for containers containing GtkToolItem widgets * @Title: GtkToolShell + * @see_also: #GtkToolbar, #GtkToolItem * * The #GtkToolShell interface allows container widgets to provide additional * information when embedding #GtkToolItem widgets. - * - * @see_also: #GtkToolbar, #GtkToolItem */ /** @@ -219,7 +218,7 @@ gtk_tool_shell_get_text_alignment (GtkToolShell *shell) } /** - * gtk_tool_shell_get_ellipsize_mode + * gtk_tool_shell_get_ellipsize_mode: * @shell: a #GtkToolShell * * Retrieves the current ellipsize mode for the tool shell. Tool items must not |