[gtk+] More parameter name mismatches



commit 5627ba161e1115448fa5bf38a08896e00d20974a
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Dec 17 14:47:56 2010 -0500

    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 fab8607..87f72be 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 7914029..7bd97ef 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.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]