[ 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.
pixbuf |
the Pixbuf that is currently being loaded. |
anim |
if an animation is being loaded, the PixbufAnimation, else |
user_data |
the loader. |