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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class GObject o => IsAuthDomainBasic o Source #

Type class for types which can be safely cast to AuthDomainBasic, for instance with toAuthDomainBasic.

toAuthDomainBasic :: (MonadIO m, IsAuthDomainBasic o) => o -> m AuthDomainBasic Source #

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

Properties

authCallback

No description available in the introspection data.

constructAuthDomainBasicAuthCallback :: IsAuthDomainBasic o => Ptr () -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “auth-callback” property. This is rarely needed directly, but it is used by new.

getAuthDomainBasicAuthCallback :: (MonadIO m, IsAuthDomainBasic o) => o -> m (Ptr ()) Source #

Get the value of the “auth-callback” property. When overloading is enabled, this is equivalent to

get authDomainBasic #authCallback

setAuthDomainBasicAuthCallback :: (MonadIO m, IsAuthDomainBasic o) => o -> Ptr () -> m () Source #

Set the value of the “auth-callback” property. When overloading is enabled, this is equivalent to

set authDomainBasic [ #authCallback := value ]

authData

No description available in the introspection data.

constructAuthDomainBasicAuthData :: IsAuthDomainBasic o => Ptr () -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “auth-data” property. This is rarely needed directly, but it is used by new.

getAuthDomainBasicAuthData :: (MonadIO m, IsAuthDomainBasic o) => o -> m (Ptr ()) Source #

Get the value of the “auth-data” property. When overloading is enabled, this is equivalent to

get authDomainBasic #authData

setAuthDomainBasicAuthData :: (MonadIO m, IsAuthDomainBasic o) => o -> Ptr () -> m () Source #

Set the value of the “auth-data” property. When overloading is enabled, this is equivalent to

set authDomainBasic [ #authData := value ]