More parameter name mismatches
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user