[mutter] cogl: fix get-value-func annotation



commit 1372690c7fcc1f79b759731041ba1d9e8b699ff8
Author: Lionel Landwerlin <lionel g landwerlin intel com>
Date:   Wed Feb 15 10:58:20 2017 +0000

    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 fa52958..338ef79 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 708c06b..e1c5d40 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)
  */
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]