Constructor
EogJobSaveAsnew
Declaration [src]
EogJob*
eog_job_save_as_new (
  GList* images,
  EogURIConverter* converter,
  GFile* file
)
Parameters
- images
- 
            Type: A list of EogImage*A EogImagelist.The called function takes ownership of the data, and is responsible for freeing it. 
- converter
- 
            Type: EogURIConverterA URI converter file: a GFile.The data is owned by the caller of the function. 
- file
- 
            Type: GFileNo description available. The data is owned by the caller of the function. 
Return value
Type: EogJob
A EogJob.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |