Constructor

EogJobModelnew

Declaration [src]

EogJob*
eog_job_model_new (
  GSList* file_list
)

Description [src]

Creates a new EogJob model.

Parameters

file_list A list of None
 

A GFile list.

 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.