docs: Fix annotation for has_mapped_clones() method

The Returns: stanza is missing.
This commit is contained in:
Emmanuele Bassi 2014-09-17 14:59:22 +01:00
parent c75a200c37
commit f409671d91

View File

@ -20409,7 +20409,9 @@ _clutter_actor_queue_relayout_on_clones (ClutterActor *self)
* clutter_actor_has_mapped_clones:
* @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
*/