More doc fixage

svn path=/trunk/; revision=17937
This commit is contained in:
Matthias Clasen 2007-05-26 20:29:26 +00:00
parent cdac32d374
commit 4f3e3a617b
2 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,6 @@
2007-05-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktooltip.c:
* gtk/gtkstatusicon.c:
* gtk/gtkscalebutton.c:
* gtk/gtkrecentaction.c:

View File

@ -190,10 +190,10 @@ gtk_tooltip_finalize (GObject *object)
/**
* gtk_tooltip_set_markup:
* @label: a #GtkTooltip
* @tooltip: a #GtkTooltip
* @markup: a markup string (see <link linkend="PangoMarkupFormat">Pango markup format</link>) or %NULL
*
* Sets the text of the tooltip to be @str, which is marked up
* Sets the text of the tooltip to be @markup, which is marked up
* with the <link
* linkend="PangoMarkupFormat">Pango text markup language</link>.
* If @markup is %NULL, the label will be hidden.
@ -269,13 +269,13 @@ gtk_tooltip_set_icon_from_stock (GtkTooltip *tooltip,
/**
* gtk_tooltip_set_custom:
* tooltip: a #GtkTooltip
* custom_widget: a #GtkWidget
* @tooltip: a #GtkTooltip
* @custom_widget: a #GtkWidget
*
* Replaces the widget packed into the tooltip with @custom_widget. By
* default a box with a #GtkImage and #GtkLabel is embedded in the tooltip,
* which can be configured using gtk_tooltip_set_markup() and
* gtk_tooltip_set_icon().
* Replaces the widget packed into the tooltip with @custom_widget.
* By default a box with a #GtkImage and #GtkLabel is embedded in
* the tooltip, which can be configured using gtk_tooltip_set_markup()
* and gtk_tooltip_set_icon().
*
* Since: 2.12
*/