mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
introspection: Fix annotation for clutter_container_get_children()
(element-type) should have a full name like Clutter.Actor rather than a non-namespaced name like Actor. gobject-introspection has become more strict about this with the recent scanner rewrite. http://bugzilla.clutter-project.org/show_bug.cgi?id=2301
This commit is contained in:
parent
5e57539f3b
commit
c4ca75350f
@ -418,7 +418,7 @@ get_children_cb (ClutterActor *child,
|
||||
*
|
||||
* Retrieves all the children of @container.
|
||||
*
|
||||
* Return value: (element-type Actor) (transfer container): a list
|
||||
* Return value: (element-type Clutter.Actor) (transfer container): a list
|
||||
* of #ClutterActor<!-- -->s. Use g_list_free() on the returned
|
||||
* list when done.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user