mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
cogl: fix get-value-func annotation
Found while trying to enable Cogl 2.0 APIs access from JS. https://bugzilla.gnome.org/show_bug.cgi?id=778684
This commit is contained in:
parent
bd2ca79a48
commit
1372690c7f
@ -44,7 +44,7 @@ typedef struct _CoglObject CoglObject;
|
|||||||
/**
|
/**
|
||||||
* CoglObject: (ref-func cogl_object_ref) (unref-func cogl_object_unref)
|
* CoglObject: (ref-func cogl_object_ref) (unref-func cogl_object_unref)
|
||||||
* (set-value-func cogl_object_value_set_object)
|
* (set-value-func cogl_object_value_set_object)
|
||||||
* (get-value-func cogl_object_get_object)
|
* (get-value-func cogl_object_value_get_object)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -62,7 +62,7 @@ COGL_BEGIN_DECLS
|
|||||||
/**
|
/**
|
||||||
* CoglPrimitive: (ref-func cogl_object_ref) (unref-func cogl_object_unref)
|
* CoglPrimitive: (ref-func cogl_object_ref) (unref-func cogl_object_unref)
|
||||||
* (set-value-func cogl_object_value_set_object)
|
* (set-value-func cogl_object_value_set_object)
|
||||||
* (get-value-func cogl_object_get_object)
|
* (get-value-func cogl_object_value_get_object)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user