]> Pileus Git - ~andy/gtk/commitdiff
Fix signal doc comments to pacify gtk-doc.
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 1 Oct 2003 00:16:11 +0000 (00:16 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 1 Oct 2003 00:16:11 +0000 (00:16 +0000)
* gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc
comments to pacify gtk-doc.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktoolitem.c

index 6e250c48f59c468c215ab3276912d336b88aa114..9a523a9e548c04fbf73929ec82b7183802c4d84c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-10-01  Matthias Clasen  <maclas@gmx.de>
 
+       * 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.
index 6e250c48f59c468c215ab3276912d336b88aa114..9a523a9e548c04fbf73929ec82b7183802c4d84c 100644 (file)
@@ -1,5 +1,8 @@
 2003-10-01  Matthias Clasen  <maclas@gmx.de>
 
+       * 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.
index 6e250c48f59c468c215ab3276912d336b88aa114..9a523a9e548c04fbf73929ec82b7183802c4d84c 100644 (file)
@@ -1,5 +1,8 @@
 2003-10-01  Matthias Clasen  <maclas@gmx.de>
 
+       * 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.
index 6e250c48f59c468c215ab3276912d336b88aa114..9a523a9e548c04fbf73929ec82b7183802c4d84c 100644 (file)
@@ -1,5 +1,8 @@
 2003-10-01  Matthias Clasen  <maclas@gmx.de>
 
+       * 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.
index 6e250c48f59c468c215ab3276912d336b88aa114..9a523a9e548c04fbf73929ec82b7183802c4d84c 100644 (file)
@@ -1,5 +1,8 @@
 2003-10-01  Matthias Clasen  <maclas@gmx.de>
 
+       * 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.
index 3f6652001f89f98d1400ebbfdf468d1d70da042a..8ec7a0ad2afbc740a7d9fad02ddb8253a59ec94b 100644 (file)
@@ -183,9 +183,9 @@ gtk_tool_item_class_init (GtkToolItemClass *klass)
  * in the overflow menu
  * </listitem>
  * <listitem> call gtk_tool_item_set_proxy_menu_item() with a new menu
- * item and return TRUE, or 
+ * item and return %TRUE, or 
  * </listitem>
- * <listitem> return FALSE to indicate that the signal was not
+ * <listitem> 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",