| 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.AuthNTLM
Contents
Description
No description available in the introspection data.
Synopsis
- newtype AuthNTLM = AuthNTLM (ManagedPtr AuthNTLM)
- class GObject o => IsAuthNTLM o
- toAuthNTLM :: (MonadIO m, IsAuthNTLM o) => o -> m AuthNTLM
- noAuthNTLM :: Maybe AuthNTLM
Exported types
Memory-managed wrapper type.
Constructors
| AuthNTLM (ManagedPtr AuthNTLM) |
Instances
| GObject AuthNTLM Source # | |
Defined in GI.Soup.Objects.AuthNTLM Methods gobjectType :: AuthNTLM -> IO GType # | |
| IsObject AuthNTLM Source # | |
Defined in GI.Soup.Objects.AuthNTLM | |
| IsAuth AuthNTLM Source # | |
Defined in GI.Soup.Objects.AuthNTLM | |
| IsAuthNTLM AuthNTLM Source # | |
Defined in GI.Soup.Objects.AuthNTLM | |
class GObject o => IsAuthNTLM o Source #
Type class for types which can be safely cast to AuthNTLM, for instance with toAuthNTLM.
Instances
| (GObject a, (UnknownAncestorError AuthNTLM a :: Constraint)) => IsAuthNTLM a Source # | |
Defined in GI.Soup.Objects.AuthNTLM | |
| IsAuthNTLM AuthNTLM Source # | |
Defined in GI.Soup.Objects.AuthNTLM | |
toAuthNTLM :: (MonadIO m, IsAuthNTLM o) => o -> m AuthNTLM Source #