[ 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.
| this |
a Script |
|
a list of Object<!-- -->s, or null . The objects are owned by the Script instance. Use g_list_free on the returned list when done. |