UserContentFilter

Constructors

this
this(WebKitUserContentFilter* webKitUserContentFilter, bool ownedRef)

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

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

doref
alias doref = ref_
Undocumented in source.

Functions

getIdentifier
string getIdentifier()

Obtain the identifier previously used to save the @user_content_filter in the #WebKitUserContentFilterStore.

getStruct
void* getStruct()

the main Gtk struct as a void*

getUserContentFilterStruct
WebKitUserContentFilter* getUserContentFilterStruct(bool transferOwnership)

Get the main Gtk struct

ref_
UserContentFilter ref_()

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

unref
void unref()

Atomically decrements the reference count of @user_content_filter by one. If the reference count drops to 0, all the memory allocated by the #WebKitUserContentFilter 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.
webKitUserContentFilter
WebKitUserContentFilter* webKitUserContentFilter;

the main Gtk struct

Meta