gi-webkit-6.0.2: WebKit bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit.Structs.ITPThirdParty

Description

Describes a third party origin.

Since: 2.30

Synopsis

Exported types

newtype ITPThirdParty Source #

Memory-managed wrapper type.

Constructors

ITPThirdParty (ManagedPtr ITPThirdParty) 

Instances

Instances details
Eq ITPThirdParty Source # 
Instance details

Defined in GI.WebKit.Structs.ITPThirdParty

GBoxed ITPThirdParty Source # 
Instance details

Defined in GI.WebKit.Structs.ITPThirdParty

ManagedPtrNewtype ITPThirdParty Source # 
Instance details

Defined in GI.WebKit.Structs.ITPThirdParty

Methods

toManagedPtr :: ITPThirdParty -> ManagedPtr ITPThirdParty

TypedObject ITPThirdParty Source # 
Instance details

Defined in GI.WebKit.Structs.ITPThirdParty

Methods

glibType :: IO GType

HasParentTypes ITPThirdParty Source # 
Instance details

Defined in GI.WebKit.Structs.ITPThirdParty

IsGValue (Maybe ITPThirdParty) Source #

Convert ITPThirdParty to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.WebKit.Structs.ITPThirdParty

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe ITPThirdParty -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe ITPThirdParty)

type ParentTypes ITPThirdParty Source # 
Instance details

Defined in GI.WebKit.Structs.ITPThirdParty

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

Methods

Click to display all available methods, including inherited ones

Expand

Methods

ref, unref.

Getters

getDomain, getFirstParties.

Setters

None.

getDomain

iTPThirdPartyGetDomain Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> ITPThirdParty

itpThirdParty: a ITPThirdParty

-> m Text

Returns: the domain name

Get the domain name of itpThirdParty.

Since: 2.30

getFirstParties

iTPThirdPartyGetFirstParties Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> ITPThirdParty

itpThirdParty: a ITPThirdParty

-> m [ITPFirstParty]

Returns: a List of ITPFirstParty

Get the list of ITPFirstParty under which itpThirdParty has been seen.

Since: 2.30

ref

iTPThirdPartyRef Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> ITPThirdParty

itpThirdParty: a ITPThirdParty

-> m ITPThirdParty

Returns: The passed ITPThirdParty

Atomically increments the reference count of itpThirdParty by one.

This function is MT-safe and may be called from any thread.

Since: 2.30

unref

iTPThirdPartyUnref Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> ITPThirdParty

itpThirdParty: a ITPThirdParty

-> m () 

Atomically decrements the reference count of itpThirdParty by one.

If the reference count drops to 0, all memory allocated by ITPThirdParty is released. This function is MT-safe and may be called from any thread.

Since: 2.30