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.ITPThirdParty

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

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