[gegl] Add introspection annotations for GeglCurve
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Add introspection annotations for GeglCurve
- Date: Fri, 19 Apr 2013 04:45:31 +0000 (UTC)
commit 4dad604840e868d8dfa9ef551bf384cde3de13b1
Author: Daniel Sabo <DanielSabo gmail com>
Date: Thu Apr 18 21:32:33 2013 -0700
Add introspection annotations for GeglCurve
gegl/property-types/gegl-curve.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gegl/property-types/gegl-curve.h b/gegl/property-types/gegl-curve.h
index b233178..c1eb59f 100644
--- a/gegl/property-types/gegl-curve.h
+++ b/gegl/property-types/gegl-curve.h
@@ -69,8 +69,8 @@ GeglCurve * gegl_curve_new (gdouble y_min,
/**
* gegl_curve_get_y_bounds:
* @curve: a #GeglCurve.
- * @min_y: return location for minimal value.
- * @max_y: return location for maximal value.
+ * @min_y: (out): return location for minimal value.
+ * @max_y: (out): return location for maximal value.
*
* Get the bounds on the values of the curve and store the values in
* the return locaitons provided in @min_y and @max_y.
@@ -96,8 +96,8 @@ guint gegl_curve_add_point (GeglCurve *curve,
* gegl_curve_get_point:
* @curve: a #GeglCurve.
* @index: the position of the value number to retrieve.
- * @x: x coordinate return location.
- * @y: y coordinate return location.
+ * @x: (out): x coordinate return location.
+ * @y: (out): y coordinate return location.
*
* Retrive the coordinates for an index.
*/
@@ -142,7 +142,7 @@ gdouble gegl_curve_calc_value (GeglCurve *curve,
gdouble x);
/**
- * gegl_curve_calc_values:
+ * gegl_curve_calc_values: (skip)
* @curve: a #GeglCurve.
* @x_min: the minimum value to compute for
* @x_max: the maxmimum value to compute for
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]