WebPage.addOnDocumentLoaded

This signal is emitted when the DOM document of a #WebKitWebPage has been loaded.

You can wait for this signal to get the DOM document with webkit_web_page_get_dom_document().

class WebPage
gulong
addOnDocumentLoaded
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta