mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
[docs] Add a missing "return" annotation
The documentation for the get_anchor_point_gravity() method is missing the "Return value:" section.
This commit is contained in:
parent
9bdbe8a06a
commit
4aecece48d
@ -6684,6 +6684,8 @@ clutter_actor_set_anchor_pointu (ClutterActor *self,
|
|||||||
* the anchor point was specified using pixels or units this will
|
* the anchor point was specified using pixels or units this will
|
||||||
* return %CLUTTER_GRAVITY_NONE.
|
* return %CLUTTER_GRAVITY_NONE.
|
||||||
*
|
*
|
||||||
|
* Return value: the #ClutterGravity used by the anchor point
|
||||||
|
*
|
||||||
* Since: 1.0
|
* Since: 1.0
|
||||||
*/
|
*/
|
||||||
ClutterGravity
|
ClutterGravity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user