Import line: | WebKit = imports.gi.WebKit; |
GIR File: | WebKit-3.0.gir |
C documentation: | WebKitCacheModel |
Enum : | CacheModel |
Properties | |
---|---|
guint32 WebKit.CacheModel.DEFAULT : 0
|
|
guint32 WebKit.CacheModel.DOCUMENT_BROWSER : 3
|
|
guint32 WebKit.CacheModel.DOCUMENT_VIEWER : 1
|
|
guint32 WebKit.CacheModel.WEB_BROWSER : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
WebKit
Method |
WebKit.get_cache_model
()
:
WebKit.CacheModel
Returns the current cache model.
|
WebKit
Method |
WebKit.set_cache_model
(CacheModel cache_model)
:
none
Specifies a usage model for WebViews, which WebKit will use to
determine its caching behavior. |