GdkPixbufModuleUpdatedFunc

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

#GdkPixbufLoader uses a function of this type to emit the "<link linkend="GdkPixbufLoader-area-updated">area_updated</link>" signal.

alias GdkPixbufModuleUpdatedFunc = void function(GdkPixbuf* pixbuf, int x, int y, int width, int height, void* userData)

Meta