signal callback delegate or function to connect
void callback(int width, int height, gdkpixbuf.pixbuf_loader.PixbufLoader pixbufLoader)
width the original width of the image (optional)
height the original height of the image (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 SizePrepared signal.
This signal is emitted when the pixbuf loader has been fed the initial amount of data that is required to figure out the size of the image that it will create.
Applications can call gdkpixbuf.pixbuf_loader.PixbufLoader.setSize in response to this signal to set the desired size to which the image should be scaled.