Constructor

EogJobSavenew

Declaration [src]

EogJob*
eog_job_save_new (
  GList* images
)

Description [src]

Creates a new EogJob for image saving.

Parameters

images A list of EogImage*
 

A EogImage list.

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

Return value

Returns: EogJob
 

A EogJob.

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