miniobject: Add introspection annotations
authorJohan Dahlin <johan@gnome.org>
Wed, 16 Jun 2010 16:10:26 +0000 (13:10 -0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 16 Jun 2010 17:03:21 +0000 (19:03 +0200)
These are required to know how to unref/ref and
convert to/from a GValue.

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

gst/gstminiobject.h

index ad032b3..da05a31 100644 (file)
@@ -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;