list_objects
Description:
[ Version ( since = "0.8" ) ]
public List<unowned Object> list_objects ()
Retrieves all the objects created by this.
Note: this function does not increment the reference count of the objects it returns.
Parameters:
Returns:
a list of Objects, or null . The objects are owned by the
Script instance. Use g_list_free on the returned list
when done.
|