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:
CdkPixbufThe
CdkPixbufthat is currently being loaded.The data is owned by the caller of the function. anim-
Type:
CdkPixbufAnimationIf an animation is being loaded, the
CdkPixbufAnimation, elseNULL.The data is owned by the caller of the function. user_data-
Type:
gpointerThe loader.
The argument can be NULL.The data is owned by the caller of the function.