Function
EDataServerutil_copy_object_slist
deprecated: 3.8 since: 3.4
Declaration [src]
GSList*
e_util_copy_object_slist (
GSList* copy_to,
const GSList* objects
)
Description [src]
Copies GSList of GObjects at the end of copy_to.
Available since: 3.4
Deprecated since: 3.8
Use g_slist_copy_deep() instead, and optionally
g_slist_concat() to concatenate the copied list
to another GSList.