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> 2007-05-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktooltip.c:
* gtk/gtkstatusicon.c: * gtk/gtkstatusicon.c:
* gtk/gtkscalebutton.c: * gtk/gtkscalebutton.c:
* gtk/gtkrecentaction.c: * gtk/gtkrecentaction.c:

View File

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