Function
EDataServerClientutil_free_object_slist
deprecated: 3.8 since: 3.2
Declaration [src]
void
e_client_util_free_object_slist (
GSList* objects
)
Description [src]
Calls g_object_unref() on each member of objects and then frees objects
itself.
Available since: 3.2
Deprecated since: 3.8
Use g_slist_free_full() instead.