Function

GdkPixbuf.PixbufModulePreparedFunc

Declaration

void
PixbufModulePreparedFunc (
  GdkPixbuf* pixbuf,
  GdkPixbufAnimation* anim,
  gpointer user_data
)

Description [src]

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

GdkPixbufLoader uses a function of this type to emit the “area_prepared” signal.

Available since:2.2

Parameters

pixbuf GdkPixbuf
 

the GdkPixbuf that is currently being loaded.

 The data is owned by the caller of the function
anim GdkPixbufAnimation
 

if an animation is being loaded, the GdkPixbufAnimation, else NULL.

 The data is owned by the caller of the function
user_data gpointer
 

the loader.