Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.Soup.Objects.AuthNegotiate
Contents
Description
No description available in the introspection data.
Synopsis
- newtype AuthNegotiate = AuthNegotiate (ManagedPtr AuthNegotiate)
- class (GObject o, IsDescendantOf AuthNegotiate o) => IsAuthNegotiate o
- toAuthNegotiate :: (MonadIO m, IsAuthNegotiate o) => o -> m AuthNegotiate
- authNegotiateSupported :: (HasCallStack, MonadIO m) => m Bool
Exported types
newtype AuthNegotiate Source #
Memory-managed wrapper type.
Constructors
AuthNegotiate (ManagedPtr AuthNegotiate) |
Instances
Eq AuthNegotiate Source # | |
Defined in GI.Soup.Objects.AuthNegotiate Methods (==) :: AuthNegotiate -> AuthNegotiate -> Bool # (/=) :: AuthNegotiate -> AuthNegotiate -> Bool # | |
GObject AuthNegotiate Source # | |
Defined in GI.Soup.Objects.AuthNegotiate | |
ManagedPtrNewtype AuthNegotiate Source # | |
Defined in GI.Soup.Objects.AuthNegotiate Methods toManagedPtr :: AuthNegotiate -> ManagedPtr AuthNegotiate | |
TypedObject AuthNegotiate Source # | |
Defined in GI.Soup.Objects.AuthNegotiate | |
HasParentTypes AuthNegotiate Source # | |
Defined in GI.Soup.Objects.AuthNegotiate | |
IsGValue (Maybe AuthNegotiate) Source # | Convert |
Defined in GI.Soup.Objects.AuthNegotiate Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe AuthNegotiate -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe AuthNegotiate) | |
type ParentTypes AuthNegotiate Source # | |
Defined in GI.Soup.Objects.AuthNegotiate |
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
(GObject o, IsDescendantOf AuthNegotiate o) => IsAuthNegotiate o Source # | |
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
Click to display all available methods, including inherited ones
Methods
authenticate, bindProperty, bindPropertyFull, canAuthenticate, forceFloating, freezeNotify, getv, hasSavedPassword, isAuthenticated, isFloating, isForProxy, isReady, notify, notifyByPspec, ref, refSink, runDispose, savePassword, stealData, stealQdata, thawNotify, unref, update, watchClosure.
Getters
getAuthorization, getData, getHost, getInfo, getProperty, getProtectionSpace, getQdata, getRealm, getSavedPassword, getSavedUsers, getSchemeName.
Setters
supported
authNegotiateSupported :: (HasCallStack, MonadIO m) => m Bool Source #