[clutter] Remove (constructor) annotation
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] Remove (constructor) annotation
- Date: Thu, 16 Aug 2012 11:24:28 +0000 (UTC)
commit b6e8f9d61ef4e11ab04293498bf2c8d8e14adfe4
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Aug 16 11:37:20 2012 +0100
Remove (constructor) annotation
ClutterMatrix is an alias to CoglMatrix, and g-ir-scanner complains if
a function marked as a constructor does not return the correct type.
clutter/clutter-base-types.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-base-types.c b/clutter/clutter-base-types.c
index 6f45224..7c4794f 100644
--- a/clutter/clutter-base-types.c
+++ b/clutter/clutter-base-types.c
@@ -1288,7 +1288,7 @@ G_DEFINE_BOXED_TYPE (ClutterMatrix, clutter_matrix,
clutter_matrix_free)
/**
- * clutter_matrix_alloc: (constructor)
+ * clutter_matrix_alloc:
*
* Allocates enough memory to hold a #ClutterMatrix.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]