Constructor
EogJobTransformnew
Declaration [src]
EogJob*
eog_job_transform_new (
GList* images,
EogTransform* transform
)
Parameters
images |
A list of EogImage* |
A |
|
| The called function takes ownership of the data, and is responsible for freeing it. | |
transform |
EogTransform |
A |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | EogJob |
A |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |