signal callback delegate or function to connect
void callback(int x, int y, int width, int height, gdkpixbuf.pixbuf_loader.PixbufLoader pixbufLoader)
x X offset of upper-left corner of the updated area. (optional)
y Y offset of upper-left corner of the updated area. (optional)
width Width of updated area. (optional)
height Height of updated area. (optional)
pixbufLoader the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to AreaUpdated signal.
This signal is emitted when a significant area of the image being loaded has been updated.
Normally it means that a complete scanline has been read in, but it could be a different area as well.
Applications can use this signal to know when to repaint areas of an image that is being loaded.