Method

EogTransformapply

Declaration [src]

GdkPixbuf*
eog_transform_apply (
  EogTransform* trans,
  GdkPixbuf* pixbuf,
  EogJob* job
)

Description [src]

Applies the transformation in trans to pixbuf, setting its progress in job.

Parameters

pixbuf GdkPixbuf
 

A GdkPixbuf.

 The data is owned by the caller of the function.
job EogJob
 

A EogJob.

 The data is owned by the caller of the function.

Return value

Returns: GdkPixbuf
 

A new GdkPixbuf with the transformation applied.

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