[0.11] gstreamer: introspection: Skip GType and GValue transform apis

Edward Hervey bilboed at kemper.freedesktop.org
Wed Oct 19 01:44:42 PDT 2011


Module: gstreamer
Branch: 0.11
Commit: 9200776841607875a8d0f9825a442597b92eb256
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=9200776841607875a8d0f9825a442597b92eb256

Author: Johan Dahlin <johan at gnome.org>
Date:   Mon Aug 29 13:55:13 2011 -0300

introspection: Skip GType and GValue transform apis

These do not make sense to expose to language bindings

https://bugzilla.gnome.org/show_bug.cgi?id=657640

---

 gst/gstvalue.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gst/gstvalue.c b/gst/gstvalue.c
index c9f07b8..ef25718 100644
--- a/gst/gstvalue.c
+++ b/gst/gstvalue.c
@@ -3411,7 +3411,7 @@ gst_value_union (GValue * dest, const GValue * value1, const GValue * value2)
 }
 
 /**
- * gst_value_register_union_func:
+ * gst_value_register_union_func: (skip)
  * @type1: a type to union
  * @type2: another type to union
  * @func: a function that implements creating a union between the two types
@@ -3543,7 +3543,7 @@ gst_value_intersect (GValue * dest, const GValue * value1,
 }
 
 /**
- * gst_value_register_intersect_func:
+ * gst_value_register_intersect_func: (skip)
  * @type1: the first type to intersect
  * @type2: the second type to intersect
  * @func: the intersection function
@@ -3676,7 +3676,7 @@ gst_value_can_subtract (const GValue * minuend, const GValue * subtrahend)
 }
 
 /**
- * gst_value_register_subtract_func:
+ * gst_value_register_subtract_func: (skip)
  * @minuend_type: type of the minuend
  * @subtrahend_type: type of the subtrahend
  * @func: function to use



More information about the gstreamer-commits mailing list