From 4f3e3a617b148a8c5c1c27b67a3d890d5a24c1ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 26 May 2007 20:29:26 +0000 Subject: [PATCH] More doc fixage svn path=/trunk/; revision=17937 --- ChangeLog | 1 + gtk/gtktooltip.c | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a597ec2c0..d5cc99673f 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 d612da5bfa..1df772f7d3 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 */