Constructor
EogJobCopynew
Declaration [src]
EogJob*
eog_job_copy_new (
GList* images,
const gchar* destination
)
Parameters
images |
A list of EogImage* |
A |
|
The called function takes ownership of the data, and is responsible for freeing it. | |
destination |
const gchar* |
Destination path for the copy. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | EogJob |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |