introspection: Skip GType and GValue transform apis
authorJohan Dahlin <johan@gnome.org>
Mon, 29 Aug 2011 16:55:13 +0000 (13:55 -0300)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 19 Oct 2011 08:24:11 +0000 (10:24 +0200)
These do not make sense to expose to language bindings

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

gst/gstvalue.c

index c9f07b81f43afbdca9ca04a4a047c672440775e5..ef25718257a94251f4e023a7b523e4d0aceba8fc 100644 (file)
@@ -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