Function
NautilusFileInfolist_copy
Declaration [src]
GList*
nautilus_file_info_list_copy (
GList* files
)
Parameters
files |
A list of NautilusFileInfo |
The files to copy. |
|
The data is owned by the caller of the function. |
Return value
Returns: | A list of NautilusFileInfo |
A copy of |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |