WebViewSessionState

Constructors

this
this(WebKitWebViewSessionState* webKitWebViewSessionState, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this(Bytes data)

Creates a new #WebKitWebViewSessionState from serialized data.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

doref
alias doref = ref_
Undocumented in source.

Functions

getStruct
void* getStruct()

the main Gtk struct as a void*

getWebViewSessionStateStruct
WebKitWebViewSessionState* getWebViewSessionStateStruct(bool transferOwnership)

Get the main Gtk struct

ref_
WebViewSessionState ref_()

Atomically increments the reference count of @state by one. This function is MT-safe and may be called from any thread.

serialize
Bytes serialize()

Serializes a #WebKitWebViewSessionState.

unref
void unref()

Atomically decrements the reference count of @state by one. If the reference count drops to 0, all memory allocated by the #WebKitWebViewSessionState is released. This function is MT-safe and may be called from any thread.

Static functions

getType
GType getType()

Variables

ownedRef
bool ownedRef;
Undocumented in source.
webKitWebViewSessionState
WebKitWebViewSessionState* webKitWebViewSessionState;

the main Gtk struct

Meta