Function
WebKit2WebViewSessionStatenew
Declaration [src]
WebKitWebViewSessionState*
webkit_web_view_session_state_new (
GBytes* data
)
Description [src]
Creates a new WebKitWebViewSessionState
from serialized data.
Available since: | 2.12 |
Parameters
data |
GBytes |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | WebKitWebViewSessionState |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |