summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2003-10-01 00:16:11 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-10-01 00:16:11 +0000
commite8ea480893f8cc04b40fda8a59986dc076f1f1c8 (patch)
treec0966200a85c468df28532aa6d8f4c2cff3acda7
parentc34b0a094b8c0556f392363dacbfe11b75467f1f (diff)
downloadgdk-pixbuf-e8ea480893f8cc04b40fda8a59986dc076f1f1c8.tar.gz
Fix signal doc comments to pacify gtk-doc.
* gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc comments to pacify gtk-doc.
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLog.pre-2-103
-rw-r--r--ChangeLog.pre-2-43
-rw-r--r--ChangeLog.pre-2-63
-rw-r--r--ChangeLog.pre-2-83
-rw-r--r--gtk/gtktoolitem.c11
6 files changed, 23 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e250c48f..9a523a9e5 100644
--- 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.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 6e250c48f..9a523a9e5 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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.
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 6e250c48f..9a523a9e5 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -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.
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 6e250c48f..9a523a9e5 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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.
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 6e250c48f..9a523a9e5 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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.
diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c
index 3f6652001..8ec7a0ad2 100644
--- a/gtk/gtktoolitem.c
+++ b/gtk/gtktoolitem.c
@@ -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",