Constructor

EogJobSaveAsnew

Declaration [src]

EogJob*
eog_job_save_as_new (
  GList* images,
  EogURIConverter* converter,
  GFile* file
)

Description [src]

Creates a new EogJog for save as.

Parameters

images A list of EogImage*
 

A EogImage list.

 The called function takes ownership of the data, and is responsible for freeing it.
converter EogURIConverter
 

A URI converter file: a GFile.

 The data is owned by the caller of the function.
file GFile
  No description available.
 The data is owned by the caller of the function.

Return value

Returns: EogJob
 

A EogJob.

 The caller of the function takes ownership of the data, and is responsible for freeing it.