]> Pileus Git - ~andy/gtk/commitdiff
More doc fixage
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 26 May 2007 20:29:26 +0000 (20:29 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 26 May 2007 20:29:26 +0000 (20:29 +0000)
svn path=/trunk/; revision=17937

ChangeLog
gtk/gtktooltip.c

index 4a597ec2c0664d810d16de54178df3ff8a088005..d5cc99673f31b79262af6f96c1cb414d8cad8221 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktooltip.c:
        * gtk/gtkstatusicon.c:
        * gtk/gtkscalebutton.c:
        * gtk/gtkrecentaction.c:
index d612da5bfaf7e71bf4c565a0466622d1b78399d7..1df772f7d3b4f4527196770ddaa068c79fe1e667 100644 (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
  */