]> Pileus Git - ~andy/gtk/commitdiff
More parameter name mismatches
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Dec 2010 19:47:56 +0000 (14:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Dec 2010 19:49:27 +0000 (14:49 -0500)
gtk/gtkstyle.c
gtk/gtkthemingengine.c

index fab8607225645b774b5557e1e0297b901b11709b..87f72bebc484cff9b00aee983b160bfd62f55dad 100644 (file)
@@ -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
index 7914029602311e516816dbdc49f18f3ec4d29a8c..7bd97ef2ef47d59b49c0e047d7e0a391b766a8f5 100644 (file)
@@ -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.
  *