2008-08-27 Emmanuele Bassi <ebassi@openedhand.com>

Bug 1099 - No ClutterScript API to get a list of IDs in a given file

	* clutter/clutter-script.[ch]: Add clutter_script_list_objects(),
	a function for retrieving all the objects built by a ClutterScript
	instance. (Based on a patch by Noah Gibbs)
This commit is contained in:
Emmanuele Bassi
2008-08-27 12:16:56 +00:00
parent d03ad3dd41
commit c34e17163d
5 changed files with 58 additions and 0 deletions

View File

@ -1288,6 +1288,7 @@ clutter_script_get_object
clutter_script_get_objects
clutter_script_unmerge_objects
clutter_script_ensure_objects
clutter_script_list_objects
<SUBSECTION>
ClutterScriptConnectFunc