[ 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 "<link linkend="GdkPixbufLoader-area-prepared">area_prepared</link>" signal.
| pixbuf |
the Pixbuf that is currently being loaded. |
| anim |
if an animation is being loaded, the PixbufAnimation, else null. |
| user_data |
the loader. |