mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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:
parent
ff3f95b167
commit
c041915989
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,10 @@ typedef enum
|
||||||
* @flags: extra flags.
|
* @flags: extra flags.
|
||||||
*
|
*
|
||||||
* Base class for refcounted lightweight objects.
|
* 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 {
|
struct _GstMiniObject {
|
||||||
GTypeInstance instance;
|
GTypeInstance instance;
|
||||||
|
|
Loading…
Reference in a new issue