Function
EDataServerClientutil_copy_object_slist
deprecated: 3.8 since: 3.2
Declaration [src]
GSList*
e_client_util_copy_object_slist (
GSList* copy_to,
const GSList* objects
)
Description [src]
Copies a GSList of GObjects to the end of copy_to.
Available since: 3.2
Deprecated since: 3.8
Use e_util_copy_object_slist() instead.