From 9d13ef764ec2f31f84c664f4bf20364d749aa58c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 31 Aug 2003 14:01:07 +0000 Subject: [PATCH] Fix some typos in docs. * gtk/gtktoolitem.c: Fix some typos in docs. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-4 | 2 ++ ChangeLog.pre-2-6 | 2 ++ ChangeLog.pre-2-8 | 2 ++ gtk/gtktoolitem.c | 8 ++++---- 6 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 016378a58d..2b49d00796 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-08-31 Matthias Clasen + * gtk/gtktoolitem.c: Fix some typos in docs. + * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function, replaces gtk_ui_manager_activate(). (#120658) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 016378a58d..2b49d00796 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2003-08-31 Matthias Clasen + * gtk/gtktoolitem.c: Fix some typos in docs. + * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function, replaces gtk_ui_manager_activate(). (#120658) diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 016378a58d..2b49d00796 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2003-08-31 Matthias Clasen + * gtk/gtktoolitem.c: Fix some typos in docs. + * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function, replaces gtk_ui_manager_activate(). (#120658) diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 016378a58d..2b49d00796 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2003-08-31 Matthias Clasen + * gtk/gtktoolitem.c: Fix some typos in docs. + * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function, replaces gtk_ui_manager_activate(). (#120658) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 016378a58d..2b49d00796 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2003-08-31 Matthias Clasen + * gtk/gtktoolitem.c: Fix some typos in docs. + * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function, replaces gtk_ui_manager_activate(). (#120658) diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c index ca35db89bf..a75cd6232a 100644 --- a/gtk/gtktoolitem.c +++ b/gtk/gtktoolitem.c @@ -762,7 +762,7 @@ gtk_tool_item_get_homogeneous (GtkToolItem *tool_item) * @tool_item: a #GtkToolItem * * Returns whether @tool_item is considered important. See - * gtk_tool_item_set_ismportant() + * gtk_tool_item_set_is_important() * * Return value: %TRUE if @tool_item is considered important. * @@ -784,7 +784,7 @@ gtk_tool_item_get_is_important (GtkToolItem *tool_item) * Sets whether @tool_item should be considered important. The #GtkToolButton * class uses this property to determine whether to show or hide its label * when the toolbar style is %GTK_TOOLBAR_BOTH_HORIZ. The result is that - * only tool buttons with the "is_important" property set have labels, and + * only tool buttons with the "is_important" property set have labels, an * effect known as "priority text" * * Since: 2.4 @@ -913,7 +913,7 @@ gtk_tool_item_get_use_drag_window (GtkToolItem *toolitem) * @toolitem: a #GtkToolItem * @visible_horizontal: Whether @toolitem is visible when in horizontal mode * - * Sets whether @toolitem is visible when + * Sets whether @toolitem is visible when the toolbar is docked horizontally. * * Since: 2.4 **/ @@ -940,7 +940,7 @@ gtk_tool_item_set_visible_horizontal (GtkToolItem *toolitem, * @toolitem: a #GtkToolItem * * Returns whether the @toolitem is visible on toolbars that are - * docked horizontally + * docked horizontally. * * Return value: %TRUE if @toolitem is visible on toolbars that are * docked horizontally.