PixbufModuleUpdatedFunc


Description:

[ CCode ( instance_pos = 5.9 ) ]
[ Version ( since = "2.2" ) ]
public delegate void PixbufModuleUpdatedFunc (Pixbuf pixbuf, int x, int y, int width, int height)

Defines the type of the function that gets called every time a region of pixbuf is updated.

PixbufLoader uses a function of this type to emit the "area_updated" signal.

Parameters:

pixbuf

the Pixbuf that is currently being loaded.

x

the X origin of the updated area.

y

the Y origin of the updated area.

width

the width of the updated area.

height

the height of the updated area.

user_data

the loader.


Namespace: Gdk
Package: gdk-pixbuf-2.0