webkit.web_view_session_state

Module for [WebViewSessionState] class

Types 1

Handles serialization of a web view's browsing state.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
WebViewSessionState self() nothrowReturns `this`, for use in `with` statements.
glib.bytes.Bytes serialize() nothrowSerializes a #WebKitWebViewSessionState. Returns: a #GBytes containing the state serialized.
Constructors
this(void * ptr, Flag!"Take" take)
this(glib.bytes.Bytes data)Creates a new #WebKitWebViewSessionState from serialized data.