mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +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
@ -287,8 +287,8 @@ clutter_behaviour_opacity_set_bounds (ClutterBehaviourOpacity *behaviour,
|
||||
/**
|
||||
* clutter_behaviour_opacity_get_bounds:
|
||||
* @behaviour: a #ClutterBehaviourOpacity
|
||||
* @opacity_start: return location for the minimum level of opacity, or %NULL
|
||||
* @opacity_end: return location for the maximum level of opacity, or %NULL
|
||||
* @opacity_start: (out): return location for the minimum level of opacity, or %NULL
|
||||
* @opacity_end: (out): return location for the maximum level of opacity, or %NULL
|
||||
*
|
||||
* Gets the initial and final levels of the opacity applied by @behaviour
|
||||
* on each actor it controls.
|
||||
|
Reference in New Issue
Block a user