summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-12-29 03:12:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-12-29 03:12:35 +0000
commit5a49a5cd595934250c3aec5d854338114218e461 (patch)
treeb9360b6c3821ad53afa14089a67508892a6c7e23 /gtk
parent1269355a118383e3127940f98b9f0f4adfa8dcc5 (diff)
downloadgtk+-5a49a5cd595934250c3aec5d854338114218e461.tar.gz
Doc fixes
svn path=/trunk/; revision=21963
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkstyle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c
index c2fb0813cf..474ec44cfe 100644
--- a/gtk/gtkstyle.c
+++ b/gtk/gtkstyle.c
@@ -1754,7 +1754,7 @@ gtk_style_get_property (GtkStyle *style,
* @style: a #GtkStyle
* @widget_type: the #GType of a descendant of #GtkWidget
* @first_property_name: the name of the first style property to get
- * @var_list: a <type>va_list</type> of pairs of property names and
+ * @var_args: a <type>va_list</type> of pairs of property names and
* locations to return the property values, starting with the
* location for @first_property_name.
*