Since 2.12Since 2.12refAtomically increments the reference count of state by one.
This function is MT-safe and may be called from any thread.
The passed in WebKit.WebViewSessionState
Since 2.12serializeSerializes a WebKit.WebViewSessionState.
a GLib.Bytes containing the state serialized.
Since 2.12unrefAtomically decrements the reference count of state by one.
If the reference count drops to 0, all memory allocated by the WebKit.WebViewSessionState is released. This function is MT-safe and may be called from any thread.
Staticnew
Handles serialization of a web view's browsing state.
Since
2.12