PixbufModuleUpdatedFunc

typealias PixbufModuleUpdatedFunc = (pixbuf: Pixbuf, x: Int, y: Int, width: Int, height: Int) -> Unit

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.

  • param pixbuf the #GdkPixbuf that is currently being loaded.

  • param x the X origin of the updated area.

  • param y the Y origin of the updated area.

  • param width the width of the updated area.

  • param height the height of the updated area.