gi-webkit2-4.0.28: WebKit2 bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2.Structs.UserContentFilter

Description

No description available in the introspection data.

Synopsis

Exported types

Methods

Click to display all available methods, including inherited ones

Expand

Methods

ref, unref.

Getters

getIdentifier.

Setters

None.

getIdentifier

userContentFilterGetIdentifier Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> UserContentFilter

userContentFilter: A UserContentFilter

-> m Text

Returns: the identifier for the filter

Obtain the identifier previously used to save the userContentFilter in the UserContentFilterStore.

Since: 2.24

ref

userContentFilterRef Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> UserContentFilter

userContentFilter: A UserContentFilter

-> m UserContentFilter 

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

Since: 2.24

unref

userContentFilterUnref Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> UserContentFilter

userContentFilter: A UserContentFilter

-> m () 

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

Since: 2.24