gi-webkit2-4.0.23: WebKit2 bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Structs.UserContentFilter

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype UserContentFilter Source #

Memory-managed wrapper type.

Constructors

UserContentFilter (ManagedPtr UserContentFilter) 
Instances
BoxedObject UserContentFilter Source # 
Instance details

Defined in GI.WebKit2.Structs.UserContentFilter

Methods

boxedType :: UserContentFilter -> IO GType

Methods

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