gi-soup-2.4.15: Libsoup bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Objects.AuthNTLM

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype AuthNTLM Source #

Memory-managed wrapper type.

Constructors

AuthNTLM (ManagedPtr AuthNTLM) 

class GObject o => IsAuthNTLM o Source #

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

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.

noAuthNTLM :: Maybe AuthNTLM Source #

A convenience alias for Nothing :: Maybe AuthNTLM.