summaryrefslogtreecommitdiff
path: root/cogl
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-02-15 10:58:20 +0000
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-02-15 14:53:43 +0000
commit1372690c7fcc1f79b759731041ba1d9e8b699ff8 (patch)
tree5313d0ee599b7fdf25f6050b49c16549b7c6739d /cogl
parentbd2ca79a481fcde67e8e1b352b124937226d6236 (diff)
downloadmutter-1372690c7fcc1f79b759731041ba1d9e8b699ff8.tar.gz
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
Diffstat (limited to 'cogl')
-rw-r--r--cogl/cogl/cogl-object.h2
-rw-r--r--cogl/cogl/cogl-primitive.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl/cogl-object.h b/cogl/cogl/cogl-object.h
index fa52958a1..338ef79d8 100644
--- a/cogl/cogl/cogl-object.h
+++ b/cogl/cogl/cogl-object.h
@@ -44,7 +44,7 @@ typedef struct _CoglObject CoglObject;
/**
* CoglObject: (ref-func cogl_object_ref) (unref-func cogl_object_unref)
* (set-value-func cogl_object_value_set_object)
- * (get-value-func cogl_object_get_object)
+ * (get-value-func cogl_object_value_get_object)
*/
/**
diff --git a/cogl/cogl/cogl-primitive.h b/cogl/cogl/cogl-primitive.h
index 708c06bb7..e1c5d4002 100644
--- a/cogl/cogl/cogl-primitive.h
+++ b/cogl/cogl/cogl-primitive.h
@@ -62,7 +62,7 @@ COGL_BEGIN_DECLS
/**
* CoglPrimitive: (ref-func cogl_object_ref) (unref-func cogl_object_unref)
* (set-value-func cogl_object_value_set_object)
- * (get-value-func cogl_object_get_object)
+ * (get-value-func cogl_object_value_get_object)
*/
/**