| 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 |
GI.Soup.Objects.AuthDomainBasic
Description
No description available in the introspection data.
Synopsis
- newtype AuthDomainBasic = AuthDomainBasic (ManagedPtr AuthDomainBasic)
- class GObject o => IsAuthDomainBasic o
- toAuthDomainBasic :: (MonadIO m, IsAuthDomainBasic o) => o -> m AuthDomainBasic
- noAuthDomainBasic :: Maybe AuthDomainBasic
- constructAuthDomainBasicAuthCallback :: IsAuthDomainBasic o => Ptr () -> IO (GValueConstruct o)
- getAuthDomainBasicAuthCallback :: (MonadIO m, IsAuthDomainBasic o) => o -> m (Ptr ())
- setAuthDomainBasicAuthCallback :: (MonadIO m, IsAuthDomainBasic o) => o -> Ptr () -> m ()
- constructAuthDomainBasicAuthData :: IsAuthDomainBasic o => Ptr () -> IO (GValueConstruct o)
- getAuthDomainBasicAuthData :: (MonadIO m, IsAuthDomainBasic o) => o -> m (Ptr ())
- setAuthDomainBasicAuthData :: (MonadIO m, IsAuthDomainBasic o) => o -> Ptr () -> m ()
Exported types
newtype AuthDomainBasic Source #
Memory-managed wrapper type.
Constructors
| AuthDomainBasic (ManagedPtr AuthDomainBasic) |
Instances
| GObject AuthDomainBasic Source # | |
Defined in GI.Soup.Objects.AuthDomainBasic Methods gobjectType :: AuthDomainBasic -> IO GType # | |
| IsObject AuthDomainBasic Source # | |
Defined in GI.Soup.Objects.AuthDomainBasic | |
| IsAuthDomain AuthDomainBasic Source # | |
Defined in GI.Soup.Objects.AuthDomainBasic | |
| IsAuthDomainBasic AuthDomainBasic Source # | |
Defined in GI.Soup.Objects.AuthDomainBasic | |
class GObject o => IsAuthDomainBasic o Source #
Type class for types which can be safely cast to AuthDomainBasic, for instance with toAuthDomainBasic.
Instances
| (GObject a, (UnknownAncestorError AuthDomainBasic a :: Constraint)) => IsAuthDomainBasic a Source # | |
Defined in GI.Soup.Objects.AuthDomainBasic | |
| IsAuthDomainBasic AuthDomainBasic Source # | |
Defined in GI.Soup.Objects.AuthDomainBasic | |
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.
noAuthDomainBasic :: Maybe AuthDomainBasic Source #
A convenience alias for Nothing :: Maybe AuthDomainBasic.
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
setauthDomainBasic [ #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
setauthDomainBasic [ #authData:=value ]