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
This commit is contained in:
Johan Dahlin 2010-06-16 13:10:26 -03:00 committed by Sebastian Dröge
parent ff3f95b167
commit c041915989

View 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;