gi-soup-2.4.23: Libsoup bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Objects.AuthNTLM

Description

No description available in the introspection data.

Synopsis

Exported types

newtype AuthNTLM Source #

Memory-managed wrapper type.

Constructors

AuthNTLM (ManagedPtr AuthNTLM) 

Instances

Instances details
Eq AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

Methods

(==) :: AuthNTLM -> AuthNTLM -> Bool

(/=) :: AuthNTLM -> AuthNTLM -> Bool

GObject AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

ManagedPtrNewtype AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

Methods

toManagedPtr :: AuthNTLM -> ManagedPtr AuthNTLM

TypedObject AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

Methods

glibType :: IO GType

IsGValue AuthNTLM Source #

Convert AuthNTLM to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Soup.Objects.AuthNTLM

Methods

toGValue :: AuthNTLM -> IO GValue

fromGValue :: GValue -> IO AuthNTLM

HasParentTypes AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

type ParentTypes AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

type ParentTypes AuthNTLM = '[Auth, Object]

class (GObject o, IsDescendantOf AuthNTLM o) => IsAuthNTLM o Source #

Type class for types which can be safely cast to AuthNTLM, for instance with toAuthNTLM.

Instances

Instances details
(GObject o, IsDescendantOf AuthNTLM o) => IsAuthNTLM o Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

toAuthNTLM :: (MonadIO m, IsAuthNTLM o) => o -> m AuthNTLM Source #

Cast to AuthNTLM, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods