PixbufLoader.addOnSizePrepared

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 Pixbuf.loaderSetSize in response to this signal to set the desired size to which the image should be scaled.

class PixbufLoader
gulong
addOnSizePrepared
(
void delegate
(
int
,
int
,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)