Import line: | WebKit = imports.gi.WebKit; |
GIR File: | WebKit-3.0.gir |
C documentation: | WebKitLoadStatus |
Enum : | LoadStatus |
Properties | |
---|---|
guint32 WebKit.LoadStatus.COMMITTED : 1
|
|
guint32 WebKit.LoadStatus.FAILED : 4
|
|
guint32 WebKit.LoadStatus.FINISHED : 2
|
|
guint32 WebKit.LoadStatus.FIRST_VISUALLY_NON_EMPTY_LAYOUT : 3
|
|
guint32 WebKit.LoadStatus.PROVISIONAL : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
WebKit.WebFrame
Property |
load_status : WebKit.LoadStatus
read only
Determines the current status of the load.
|
WebKit.WebFrame
Method |
get_load_status
()
:
WebKit.LoadStatus
Determines the current status of the load.
|
WebKit.WebView
Property |
load_status : WebKit.LoadStatus
read only
Determines the current status of the load.
|
WebKit.WebView
Method |
get_load_status
()
:
WebKit.LoadStatus
Determines the current status of the load.
|