forked from AuroraMiddleware/gtk
Fix signal doc comments to pacify gtk-doc.
* gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc comments to pacify gtk-doc.
This commit is contained in:
parent
c34b0a094b
commit
e8ea480893
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user