gi-webkit2-4.0.26: WebKit2 bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Structs.UserContentFilter

Description

No description available in the introspection data.

Synopsis

Exported types

newtype UserContentFilter Source #

Memory-managed wrapper type.

Constructors

UserContentFilter (ManagedPtr UserContentFilter) 

Instances

Instances details
Eq UserContentFilter Source # 
Instance details

Defined in GI.WebKit2.Structs.UserContentFilter

GBoxed UserContentFilter Source # 
Instance details

Defined in GI.WebKit2.Structs.UserContentFilter

ManagedPtrNewtype UserContentFilter Source # 
Instance details

Defined in GI.WebKit2.Structs.UserContentFilter

TypedObject UserContentFilter Source # 
Instance details

Defined in GI.WebKit2.Structs.UserContentFilter

Methods

glibType :: IO GType

IsGValue UserContentFilter Source #

Convert UserContentFilter to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.WebKit2.Structs.UserContentFilter

Methods

toGValue :: UserContentFilter -> IO GValue

fromGValue :: GValue -> IO UserContentFilter

HasParentTypes UserContentFilter Source # 
Instance details

Defined in GI.WebKit2.Structs.UserContentFilter

type ParentTypes UserContentFilter Source # 
Instance details

Defined in GI.WebKit2.Structs.UserContentFilter

type ParentTypes UserContentFilter = '[] :: [Type]

Methods

Overloaded 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