summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-06-16 13:10:26 -0300
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-06-16 19:03:21 +0200
commitc041915989d60f043d8ab129b853c4369392446b (patch)
tree774292c7b18de44624aa2bf40f83135be96ea915
parentff3f95b1675fe6901a1299740d602656e9e8d2fe (diff)
miniobject: Add introspection annotations
These are required to know how to unref/ref and convert to/from a GValue. https://bugzilla.gnome.org/show_bug.cgi?id=621773
-rw-r--r--gst/gstminiobject.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/gstminiobject.h b/gst/gstminiobject.h
index ad032b3309..da05a31411 100644
--- a/gst/gstminiobject.h
+++ b/gst/gstminiobject.h
@@ -138,6 +138,10 @@ typedef enum
* @flags: extra flags.
*
* Base class for refcounted lightweight objects.
+ * Ref Func: gst_mini_object_ref
+ * Unref Func: gst_mini_object_unref
+ * Set Value Func: gst_value_set_mini_object
+ * Get Value Func: gst_value_get_mini_object
*/
struct _GstMiniObject {
GTypeInstance instance;