From e8ea480893f8cc04b40fda8a59986dc076f1f1c8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 1 Oct 2003 00:16:11 +0000 Subject: Fix signal doc comments to pacify gtk-doc. * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc comments to pacify gtk-doc. --- gtk/gtktoolitem.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'gtk/gtktoolitem.c') 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", -- cgit v1.2.1