mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
introspection: Add missing (out) annotations for get_color()
Some actors are missing the (out) annotations for the get_color() methods. http://bugzilla.clutter-project.org/show_bug.cgi?id=2518
This commit is contained in:
parent
54d00ebaf0
commit
5d8b6aa6fa
@ -356,7 +356,7 @@ clutter_rectangle_new_with_color (const ClutterColor *color)
|
|||||||
/**
|
/**
|
||||||
* clutter_rectangle_get_color:
|
* clutter_rectangle_get_color:
|
||||||
* @rectangle: a #ClutterRectangle
|
* @rectangle: a #ClutterRectangle
|
||||||
* @color: return location for a #ClutterColor
|
* @color: (out): return location for a #ClutterColor
|
||||||
*
|
*
|
||||||
* Retrieves the color of @rectangle.
|
* Retrieves the color of @rectangle.
|
||||||
*/
|
*/
|
||||||
@ -476,7 +476,7 @@ clutter_rectangle_set_border_width (ClutterRectangle *rectangle,
|
|||||||
/**
|
/**
|
||||||
* clutter_rectangle_get_border_color:
|
* clutter_rectangle_get_border_color:
|
||||||
* @rectangle: a #ClutterRectangle
|
* @rectangle: a #ClutterRectangle
|
||||||
* @color: return location for a #ClutterColor
|
* @color: (out): return location for a #ClutterColor
|
||||||
*
|
*
|
||||||
* Gets the color of the border used by @rectangle and places
|
* Gets the color of the border used by @rectangle and places
|
||||||
* it into @color.
|
* it into @color.
|
||||||
|
@ -1690,7 +1690,7 @@ clutter_stage_set_color (ClutterStage *stage,
|
|||||||
/**
|
/**
|
||||||
* clutter_stage_get_color:
|
* clutter_stage_get_color:
|
||||||
* @stage: A #ClutterStage
|
* @stage: A #ClutterStage
|
||||||
* @color: return location for a #ClutterColor
|
* @color: (out): return location for a #ClutterColor
|
||||||
*
|
*
|
||||||
* Retrieves the stage color.
|
* Retrieves the stage color.
|
||||||
*/
|
*/
|
||||||
|
@ -4122,7 +4122,7 @@ clutter_text_set_color (ClutterText *self,
|
|||||||
/**
|
/**
|
||||||
* clutter_text_get_color:
|
* clutter_text_get_color:
|
||||||
* @self: a #ClutterText
|
* @self: a #ClutterText
|
||||||
* @color: return location for a #ClutterColor
|
* @color: (out): return location for a #ClutterColor
|
||||||
*
|
*
|
||||||
* Retrieves the text color as set by clutter_text_set_color().
|
* Retrieves the text color as set by clutter_text_set_color().
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user