From 1372690c7fcc1f79b759731041ba1d9e8b699ff8 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 15 Feb 2017 10:58:20 +0000 Subject: [PATCH] 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 --- cogl/cogl/cogl-object.h | 2 +- cogl/cogl/cogl-primitive.h | 2 +- 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) */ /**