Doc fixes

svn path=/trunk/; revision=21963
This commit is contained in:
Matthias Clasen 2008-12-29 03:12:35 +00:00
parent 1269355a11
commit 5a49a5cd59
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstyle.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscrolledwindow.c:

View File

@ -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.
*