Function

CdkPixbufPixbufModulePreparedFunc

since: 2.2

Declaration

void
(* CdkPixbufModulePreparedFunc) (
  CdkPixbuf* pixbuf,
  CdkPixbufAnimation* anim,
  gpointer user_data
)

Description [src]

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

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

Available since: 2.2

Parameters

pixbuf

Type: CdkPixbuf

The CdkPixbuf that is currently being loaded.

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

Type: CdkPixbufAnimation

If an animation is being loaded, the CdkPixbufAnimation, else NULL.

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

Type: gpointer

The loader.

The argument can be NULL.
The data is owned by the caller of the function.