More parameter name mismatches

This commit is contained in:
Matthias Clasen
2010-12-17 14:47:56 -05:00
parent 9d8682b9ac
commit 5627ba161e
2 changed files with 3 additions and 6 deletions

View File

@ -1634,7 +1634,6 @@ gtk_style_render_icon (GtkStyle *style,
* @window: * @window:
* @set_bg: * @set_bg:
* @state_type: * @state_type:
* @area: (allow-none):
* @x: * @x:
* @y: * @y:
* @width: * @width:
@ -3687,8 +3686,6 @@ gtk_paint_box (GtkStyle *style,
* @cr: a #cairo_t * @cr: a #cairo_t
* @state_type: a state * @state_type: a state
* @shadow_type: the type of shadow to draw * @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 * @widget: (allow-none): the widget
* @detail: (allow-none): a style detail * @detail: (allow-none): a style detail
* @x: x origin of the box * @x: x origin of the box

View File

@ -832,7 +832,7 @@ gtk_theming_engine_get_border (GtkThemingEngine *engine,
* gtk_theming_engine_get_padding: * gtk_theming_engine_get_padding:
* @engine: a #GtkthemingEngine * @engine: a #GtkthemingEngine
* @state: state to retrieve the padding for * @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. * 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: * gtk_theming_engine_get_margin:
* @engien: a #GtkThemingEngine * @engine: a #GtkThemingEngine
* @state: state to retrieve the border for * @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. * Gets the margin for a given state as a #GtkBorder.
* *