Constructor
EogJobSavenew
Declaration [src]
EogJob*
eog_job_save_new (
GList* images
)
Parameters
images
-
Type: A list of
EogImage*
A
EogImage
list.The called function takes ownership of the data, and is responsible for freeing it.
Return value
Type: EogJob
A EogJob
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |