Import line: | WebKit = imports.gi.WebKit; |
GIR File: | WebKit-3.0.gir |
C documentation: | WebKitDownloadStatus |
Enum : | DownloadStatus |
Properties | |
---|---|
gint32 WebKit.DownloadStatus.CANCELLED : 2
|
|
gint32 WebKit.DownloadStatus.CREATED : 0
|
|
gint32 WebKit.DownloadStatus.ERROR : -1
|
|
gint32 WebKit.DownloadStatus.FINISHED : 3
|
|
gint32 WebKit.DownloadStatus.STARTED : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
WebKit.Download
Property |
status : WebKit.DownloadStatus
read only
Determines the current status of the download.
|
WebKit.Download
Method |
get_status
()
:
WebKit.DownloadStatus
Obtains the current status of the download, as a
WebKitDownloadStatus. |