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:
Owen W. Taylor 2010-09-07 19:56:42 -04:00 committed by Emmanuele Bassi
parent 5e57539f3b
commit c4ca75350f

View File

@ -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.
*