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