is_loading


Description:

[ NoAccessorMethod ]
public bool is_loading { get; }

Whether the WebView is currently loading a page.

This property becomes true as soon as a new load operation is requested and before the load_changed signal is emitted with webkit_load_started and at that point the active URI is the requested one. When the load operation finishes the property is set to false before load_changed is emitted with webkit_load_finished.