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:
Lionel Landwerlin 2017-02-15 10:58:20 +00:00
parent bd2ca79a48
commit 1372690c7f
2 changed files with 2 additions and 2 deletions

View File

@ -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)
*/ */
/** /**

View File

@ -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)
*/ */
/** /**