mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
actor-iter: fix prev()/next() annotations
https://bugzilla.gnome.org/show_bug.cgi?id=682795
This commit is contained in:
parent
3937a7c74c
commit
fe92acd649
@ -18173,7 +18173,7 @@ clutter_actor_iter_is_valid (const ClutterActorIter *iter)
|
||||
/**
|
||||
* clutter_actor_iter_next:
|
||||
* @iter: a #ClutterActorIter
|
||||
* @child: (out): return location for a #ClutterActor
|
||||
* @child: (out) (transfer none): return location for a #ClutterActor
|
||||
*
|
||||
* Advances the @iter and retrieves the next child of the root #ClutterActor
|
||||
* that was used to initialize the #ClutterActorIterator.
|
||||
@ -18214,7 +18214,7 @@ clutter_actor_iter_next (ClutterActorIter *iter,
|
||||
/**
|
||||
* clutter_actor_iter_prev:
|
||||
* @iter: a #ClutterActorIter
|
||||
* @child: (out): return location for a #ClutterActor
|
||||
* @child: (out) (transfer none): return location for a #ClutterActor
|
||||
*
|
||||
* Advances the @iter and retrieves the previous child of the root
|
||||
* #ClutterActor that was used to initialize the #ClutterActorIterator.
|
||||
|
Loading…
Reference in New Issue
Block a user