mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 08:34:41 +00:00
introspection: Add missing (out) annotations
Comprehensively add (out) annotations to functions parameters returning int/float/double. Not handled here: structure out returns like ClutterColor or ClutterPerspective or GValue that should get (out caller-allocates). Not handled here: Cogl http://bugzilla.clutter-project.org/show_bug.cgi?id=2302
This commit is contained in:

committed by
Emmanuele Bassi

parent
e4870ebaf4
commit
f1c44a27a1
@@ -655,9 +655,9 @@ clutter_behaviour_rotate_set_center (ClutterBehaviourRotate *rotate,
|
||||
/**
|
||||
* clutter_behaviour_rotate_get_center:
|
||||
* @rotate: a #ClutterBehaviourRotate
|
||||
* @x: return location for the X center of rotation
|
||||
* @y: return location for the Y center of rotation
|
||||
* @z: return location for the Z center of rotation
|
||||
* @x: (out): return location for the X center of rotation
|
||||
* @y: (out): return location for the Y center of rotation
|
||||
* @z: (out): return location for the Z center of rotation
|
||||
*
|
||||
* Retrieves the center of rotation set using
|
||||
* clutter_behaviour_rotate_set_center().
|
||||
|
Reference in New Issue
Block a user