From 5a49a5cd595934250c3aec5d854338114218e461 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 29 Dec 2008 03:12:35 +0000 Subject: [PATCH] Doc fixes svn path=/trunk/; revision=21963 --- ChangeLog | 4 ++++ gtk/gtkstyle.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5899e25784..6a5ee98a84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-12-28 Matthias Clasen + + * gtk/gtkstyle.c: Doc fixes + 2008-12-28 Matthias Clasen * gtk/gtkscrolledwindow.c: 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 va_list of pairs of property names and + * @var_args: a va_list of pairs of property names and * locations to return the property values, starting with the * location for @first_property_name. *