From 08b9fbc90da928d749aa0f4e4dc243cbe09e3a03 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 20 Dec 2001 23:38:24 +0000 Subject: [PATCH] Trivial doc adjustment. --- gtk/gtktoolbar.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index f6f12d26aa..916f359a1e 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -1292,8 +1292,9 @@ gtk_toolbar_prepend_element (GtkToolbar *toolbar, * @user_data: any data you wish to pass to the callback. * @position: the number of widgets to insert this element after. * - * Inserts a new element in the toolbar at the given position. If - * @type == %GTK_TOOLBAR_CHILD_WIDGET, @widget is used as the new element. + * Inserts a new element in the toolbar at the given position. + * + * If @type == %GTK_TOOLBAR_CHILD_WIDGET, @widget is used as the new element. * If @type == %GTK_TOOLBAR_CHILD_RADIOBUTTON, @widget is used to determine * the radio group for the new element. In all other cases, @widget must * be %NULL.