Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
- newtype AuthDomainDigest = AuthDomainDigest (ForeignPtr AuthDomainDigest)
- class GObject o => AuthDomainDigestK o
- toAuthDomainDigest :: AuthDomainDigestK o => o -> IO AuthDomainDigest
- noAuthDomainDigest :: Maybe AuthDomainDigest
- authDomainDigestEncodePassword :: MonadIO m => Text -> Text -> Text -> m Text
- data AuthDomainDigestAuthCallbackPropertyInfo
- authDomainDigestAuthCallback :: AttrLabelProxy "authCallback"
- constructAuthDomainDigestAuthCallback :: Ptr () -> IO ([Char], GValue)
- getAuthDomainDigestAuthCallback :: (MonadIO m, AuthDomainDigestK o) => o -> m (Ptr ())
- setAuthDomainDigestAuthCallback :: (MonadIO m, AuthDomainDigestK o) => o -> Ptr () -> m ()
- data AuthDomainDigestAuthDataPropertyInfo
- authDomainDigestAuthData :: AttrLabelProxy "authData"
- constructAuthDomainDigestAuthData :: Ptr () -> IO ([Char], GValue)
- getAuthDomainDigestAuthData :: (MonadIO m, AuthDomainDigestK o) => o -> m (Ptr ())
- setAuthDomainDigestAuthData :: (MonadIO m, AuthDomainDigestK o) => o -> Ptr () -> m ()
Exported types
newtype AuthDomainDigest Source
GObject AuthDomainDigest | |
((~) * info (ResolveAuthDomainDigestMethod t AuthDomainDigest), MethodInfo * info AuthDomainDigest p) => IsLabelProxy t (AuthDomainDigest -> p) | |
type ParentTypes AuthDomainDigest | |
type AttributeList AuthDomainDigest | |
type SignalList AuthDomainDigest |
class GObject o => AuthDomainDigestK o Source
(GObject o, IsDescendantOf AuthDomainDigest o) => AuthDomainDigestK o |
toAuthDomainDigest :: AuthDomainDigestK o => o -> IO AuthDomainDigest Source
Methods
authDomainDigestEncodePassword
Properties
AuthCallback
data AuthDomainDigestAuthCallbackPropertyInfo Source
AttrInfo AuthDomainDigestAuthCallbackPropertyInfo | |
type AttrLabel AuthDomainDigestAuthCallbackPropertyInfo = "auth-callback" | |
type AttrGetType AuthDomainDigestAuthCallbackPropertyInfo = Ptr () | |
type AttrBaseTypeConstraint AuthDomainDigestAuthCallbackPropertyInfo = AuthDomainDigestK | |
type AttrSetTypeConstraint AuthDomainDigestAuthCallbackPropertyInfo = * ~ Ptr () | |
type AttrAllowedOps AuthDomainDigestAuthCallbackPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
authDomainDigestAuthCallback :: AttrLabelProxy "authCallback" Source
getAuthDomainDigestAuthCallback :: (MonadIO m, AuthDomainDigestK o) => o -> m (Ptr ()) Source
setAuthDomainDigestAuthCallback :: (MonadIO m, AuthDomainDigestK o) => o -> Ptr () -> m () Source
AuthData
data AuthDomainDigestAuthDataPropertyInfo Source
AttrInfo AuthDomainDigestAuthDataPropertyInfo | |
type AttrLabel AuthDomainDigestAuthDataPropertyInfo = "auth-data" | |
type AttrGetType AuthDomainDigestAuthDataPropertyInfo = Ptr () | |
type AttrBaseTypeConstraint AuthDomainDigestAuthDataPropertyInfo = AuthDomainDigestK | |
type AttrSetTypeConstraint AuthDomainDigestAuthDataPropertyInfo = * ~ Ptr () | |
type AttrAllowedOps AuthDomainDigestAuthDataPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
authDomainDigestAuthData :: AttrLabelProxy "authData" Source
getAuthDomainDigestAuthData :: (MonadIO m, AuthDomainDigestK o) => o -> m (Ptr ()) Source
setAuthDomainDigestAuthData :: (MonadIO m, AuthDomainDigestK o) => o -> Ptr () -> m () Source