PixbufModulePreparedFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "2.2" ) ]
public delegate void PixbufModulePreparedFunc (Pixbuf pixbuf, PixbufAnimation anim)

Defines the type of the function that gets called once the initial setup of pixbuf is done.

PixbufLoader uses a function of this type to emit the "area_prepared" signal.

Parameters:

pixbuf

the Pixbuf that is currently being loaded.

anim

if an animation is being loaded, the PixbufAnimation, else null.

user_data

the loader.


Namespace: Gdk
Package: gdk-pixbuf-2.0