From: Matthias Clasen Date: Sat, 26 May 2007 20:29:26 +0000 (+0000) Subject: More doc fixage X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=4f3e3a617b148a8c5c1c27b67a3d890d5a24c1ef;p=~andy%2Fgtk More doc fixage svn path=/trunk/; revision=17937 --- diff --git a/ChangeLog b/ChangeLog index 4a597ec2c..d5cc99673 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2007-05-26 Matthias Clasen + * gtk/gtktooltip.c: * gtk/gtkstatusicon.c: * gtk/gtkscalebutton.c: * gtk/gtkrecentaction.c: diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c index d612da5bf..1df772f7d 100644 --- a/gtk/gtktooltip.c +++ b/gtk/gtktooltip.c @@ -190,10 +190,10 @@ gtk_tooltip_finalize (GObject *object) /** * gtk_tooltip_set_markup: - * @label: a #GtkTooltip + * @tooltip: a #GtkTooltip * @markup: a markup string (see Pango markup format) 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 Pango text markup language. * 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 */