WebKit2.WebViewSessionState.ref (original) (raw)
WebKit2
API Version: 4.1
Library Version: 2.42.5
Type
Methods
Generated by gi-docgen 2023.4
Method
WebKit2WebViewSessionStateref
since: 2.12
Declaration [src]
WebKitWebViewSessionState*
webkit_web_view_session_state_ref (
WebKitWebViewSessionState* state
)
Description [src]
Atomically increments the reference count of state
by one.
This function is MT-safe and may be called from any thread.
Available since: 2.12
Return value
Type: WebKitWebViewSessionState
The passed in WebKitWebViewSessionState
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.