util_free_nullable_object_slist
Description:
[
Version ( since =
"3.6" ) ]
public void util_free_nullable_object_slist (
SList<
Object> objects)
Calls unref on each member of objects if non-
null and then frees also objects itself.
Parameters:
| objects |
a SList of nullable
Object<!-- -->s
|