[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public static void util_free_object_slist (SList<Object> objects)
Warning: util_free_object_slist is deprecated since 3.8.
Calls unref on each member of objects
and then frees objects
itself.
Use g_slist_free_full
instead.
objects |
a SList of Objects |