mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 20:12:06 +00:00
docs: Fix annotation for has_mapped_clones() method
The Returns: stanza is missing.
This commit is contained in:
parent
c75a200c37
commit
f409671d91
@ -20409,7 +20409,9 @@ _clutter_actor_queue_relayout_on_clones (ClutterActor *self)
|
|||||||
* clutter_actor_has_mapped_clones:
|
* clutter_actor_has_mapped_clones:
|
||||||
* @self: a #ClutterActor
|
* @self: a #ClutterActor
|
||||||
*
|
*
|
||||||
* Returns whether the actor has any mapped clones.
|
* Returns whether a #ClutterActor has any mapped clones.
|
||||||
|
*
|
||||||
|
* Return: %TRUE if the actor has mapped clones, and %FALSE otherwise
|
||||||
*
|
*
|
||||||
* Since: 1.16
|
* Since: 1.16
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user