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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype AuthNegotiate Source #

Memory-managed wrapper type.

Constructors

AuthNegotiate (ManagedPtr AuthNegotiate) 

Instances

Instances details
Eq AuthNegotiate Source # 
Instance details

Defined in GI.Soup.Objects.AuthNegotiate

GObject AuthNegotiate Source # 
Instance details

Defined in GI.Soup.Objects.AuthNegotiate

ManagedPtrNewtype AuthNegotiate Source # 
Instance details

Defined in GI.Soup.Objects.AuthNegotiate

Methods

toManagedPtr :: AuthNegotiate -> ManagedPtr AuthNegotiate

TypedObject AuthNegotiate Source # 
Instance details

Defined in GI.Soup.Objects.AuthNegotiate

Methods

glibType :: IO GType

IsGValue AuthNegotiate Source #

Convert AuthNegotiate to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Soup.Objects.AuthNegotiate

Methods

toGValue :: AuthNegotiate -> IO GValue

fromGValue :: GValue -> IO AuthNegotiate

HasParentTypes AuthNegotiate Source # 
Instance details

Defined in GI.Soup.Objects.AuthNegotiate

type ParentTypes AuthNegotiate Source # 
Instance details

Defined in GI.Soup.Objects.AuthNegotiate

type ParentTypes AuthNegotiate = '[Auth, Object]

class (GObject o, IsDescendantOf AuthNegotiate o) => IsAuthNegotiate o Source #

Type class for types which can be safely cast to AuthNegotiate, for instance with toAuthNegotiate.

Instances

Instances details
(GObject o, IsDescendantOf AuthNegotiate o) => IsAuthNegotiate o Source # 
Instance details

Defined in GI.Soup.Objects.AuthNegotiate

toAuthNegotiate :: (MonadIO m, IsAuthNegotiate o) => o -> m AuthNegotiate Source #

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

Methods

Overloaded methods

supported

authNegotiateSupported :: (HasCallStack, MonadIO m) => m Bool Source #

Indicates whether libsoup was built with GSSAPI support. If this is False, SOUP_TYPE_AUTH_NEGOTIATE will still be defined and can still be added to a Session, but libsoup will never attempt to actually use this auth type.

Since: 2.54