PixbufLoader.addOnAreaPrepared

This signal is emitted when the pixbuf loader has allocated the pixbuf in the desired size. After this signal is emitted, applications can call Pixbuf.loaderGetPixbuf to fetch the partially-loaded pixbuf.

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