mirror of
https://github.com/brl/mutter.git
synced 2025-06-26 23:17:04 +00:00
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:
@ -1288,7 +1288,7 @@ G_DEFINE_BOXED_TYPE (ClutterMatrix, clutter_matrix,
|
|||||||
clutter_matrix_free)
|
clutter_matrix_free)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* clutter_matrix_alloc: (constructor)
|
* clutter_matrix_alloc:
|
||||||
*
|
*
|
||||||
* Allocates enough memory to hold a #ClutterMatrix.
|
* Allocates enough memory to hold a #ClutterMatrix.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user