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.
This commit is contained in:
Emmanuele Bassi 2012-08-16 11:37:20 +01:00
parent 803b3bafb6
commit b6e8f9d61e

View File

@ -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.
*