From 5627ba161e1115448fa5bf38a08896e00d20974a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 17 Dec 2010 14:47:56 -0500 Subject: [PATCH] More parameter name mismatches --- gtk/gtkstyle.c | 3 --- gtk/gtkthemingengine.c | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index fab8607225..87f72bebc4 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -1634,7 +1634,6 @@ gtk_style_render_icon (GtkStyle *style, * @window: * @set_bg: * @state_type: - * @area: (allow-none): * @x: * @y: * @width: @@ -3687,8 +3686,6 @@ gtk_paint_box (GtkStyle *style, * @cr: a #cairo_t * @state_type: a state * @shadow_type: the type of shadow to draw - * @area: (allow-none): clip rectangle, or %NULL if the - * output should not be clipped * @widget: (allow-none): the widget * @detail: (allow-none): a style detail * @x: x origin of the box diff --git a/gtk/gtkthemingengine.c b/gtk/gtkthemingengine.c index 7914029602..7bd97ef2ef 100644 --- a/gtk/gtkthemingengine.c +++ b/gtk/gtkthemingengine.c @@ -832,7 +832,7 @@ gtk_theming_engine_get_border (GtkThemingEngine *engine, * gtk_theming_engine_get_padding: * @engine: a #GtkthemingEngine * @state: state to retrieve the padding for - * @color: (out): return value for the padding settings + * @padding: (out): return value for the padding settings * * Gets the padding for a given state as a #GtkBorder. * @@ -853,9 +853,9 @@ gtk_theming_engine_get_padding (GtkThemingEngine *engine, /** * gtk_theming_engine_get_margin: - * @engien: a #GtkThemingEngine + * @engine: a #GtkThemingEngine * @state: state to retrieve the border for - * @color: (out): return value for the margin settings + * @margin: (out): return value for the margin settings * * Gets the margin for a given state as a #GtkBorder. *