Function
Gcklist_ref_copy
Declaration [src]
GList*
gck_list_ref_copy (
GList* reflist
)
Description [src]
Copy a list of GObject based pointers. All objects in the list will be reffed and the list will be copied.
This function is not directly available to language bindings |