diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-09-25 20:58:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-09-25 21:04:49 -0400 |
commit | 5ff8fe69715a7f0da56816246be7ffaa05bd5ce9 (patch) | |
tree | 8d4b5c65c9c61639b0982b98f184065e2a429b75 /gtk/gtkstyle.c | |
parent | a6151ebb9566ed39a6b100d1cca6d5eae7246201 (diff) | |
download | gtk+-5ff8fe69715a7f0da56816246be7ffaa05bd5ce9.tar.gz |
Documentation fixes
Mostly making sure that return values and varargs don't loose
their docs.
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r-- | gtk/gtkstyle.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index f7e987a347..06ebfe48b2 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -831,12 +831,13 @@ _gtk_style_new_for_path (GdkScreen *screen, /** * gtk_style_new: - * @returns: a new #GtkStyle. * * Creates a new #GtkStyle. * + * Returns: a new #GtkStyle. + * * Deprecated: 3.0: Use #GtkStyleContext - **/ + */ GtkStyle* gtk_style_new (void) { @@ -1203,7 +1204,7 @@ gtk_style_get_valist (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 - * @Varargs: pairs of property names and locations to + * @...: pairs of property names and locations to * return the property values, starting with the location for * @first_property_name, terminated by %NULL. * @@ -1291,9 +1292,8 @@ gtk_style_render_icon (GtkStyle *style, /** * gtk_style_apply_default_background: * @style: - * @cr: + * @cr: * @window: - * @set_bg: * @state_type: * @x: * @y: |