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
@ -136,9 +136,9 @@ clutter_color_darken (const ClutterColor *color,
|
||||
/**
|
||||
* clutter_color_to_hls:
|
||||
* @color: a #ClutterColor
|
||||
* @hue: return location for the hue value or %NULL
|
||||
* @luminance: return location for the luminance value or %NULL
|
||||
* @saturation: return location for the saturation value or %NULL
|
||||
* @hue: (out): return location for the hue value or %NULL
|
||||
* @luminance: (out): return location for the luminance value or %NULL
|
||||
* @saturation: (out): return location for the saturation value or %NULL
|
||||
*
|
||||
* Converts @color to the HLS format.
|
||||
*
|
||||
|
Reference in New Issue
Block a user