Function

GdkPixbuf.PixbufModuleUpdatedFunc

Declaration

void
PixbufModuleUpdatedFunc (
  GdkPixbuf* pixbuf,
  int x,
  int y,
  int width,
  int height,
  gpointer user_data
)

Description [src]

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 “area_updated” signal.

Parameters

pixbuf GdkPixbuf
 

the GdkPixbuf that is currently being loaded.

 Ownership is not transferred to the callee
x int
 

the X origin of the updated area.

y int
 

the Y origin of the updated area.

width int
 

the width of the updated area.

height int
 

the height of the updated area.

user_data gpointer
 

the loader.