diff --git a/ChangeLog b/ChangeLog index 6e250c48f5..9a523a9e54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-10-01 Matthias Clasen + * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc + comments to pacify gtk-doc. + * gtk/gtkmain.c: Doc formatting tweaks. * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6e250c48f5..9a523a9e54 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2003-10-01 Matthias Clasen + * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc + comments to pacify gtk-doc. + * gtk/gtkmain.c: Doc formatting tweaks. * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 6e250c48f5..9a523a9e54 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,8 @@ 2003-10-01 Matthias Clasen + * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc + comments to pacify gtk-doc. + * gtk/gtkmain.c: Doc formatting tweaks. * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 6e250c48f5..9a523a9e54 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2003-10-01 Matthias Clasen + * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc + comments to pacify gtk-doc. + * gtk/gtkmain.c: Doc formatting tweaks. * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6e250c48f5..9a523a9e54 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2003-10-01 Matthias Clasen + * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc + comments to pacify gtk-doc. + * gtk/gtkmain.c: Doc formatting tweaks. * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo. diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c index 3f6652001f..8ec7a0ad2a 100644 --- a/gtk/gtktoolitem.c +++ b/gtk/gtktoolitem.c @@ -183,9 +183,9 @@ gtk_tool_item_class_init (GtkToolItemClass *klass) * in the overflow menu * * call gtk_tool_item_set_proxy_menu_item() with a new menu - * item and return TRUE, or + * item and return %TRUE, or * - * return FALSE to indicate that the signal was not + * return %FALSE to indicate that the signal was not * handled by the item. This means that * the item will not appear in the overflow menu unless a later handler * installs a menu item. @@ -230,10 +230,15 @@ gtk_tool_item_class_init (GtkToolItemClass *klass) /** * GtkToolItem::set-tooltip: * @toolitem: the object the signal was emitted on + * @tooltips: the #GtkTooltips + * @tip_text: the tooltip text + * @tip_private: the tooltip private text * * This signal is emitted when the toolitem's tooltip changes. * Application developers can use gtk_tool_item_set_tooltip() to - * set the item's tooltip + * set the item's tooltip. + * + * Return value: %TRUE if the signal was handled, %FALSE if not **/ toolitem_signals[SET_TOOLTIP] = g_signal_new ("set_tooltip",