Function

EDataServerutil_free_object_slist

deprecated: 3.8 since: 3.4

Declaration [src]

void
e_util_free_object_slist (
  GSList* objects
)

Description [src]

Calls g_object_unref() on each member of objects and then frees also objects itself.

Available since: 3.4

Deprecated since: 3.8

Use g_slist_free_full() instead.

Parameters

objects

Type: A list of GObject*

A GSList of GObjects.

The data is owned by the caller of the function.