| 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
- newtype AuthNTLM = AuthNTLM (ManagedPtr AuthNTLM)
- class GObject o => IsAuthNTLM o
- toAuthNTLM :: (MonadIO m, IsAuthNTLM o) => o -> m AuthNTLM
- noAuthNTLM :: Maybe AuthNTLM
Exported types
Constructors
| AuthNTLM (ManagedPtr AuthNTLM) |
class GObject o => IsAuthNTLM o Source #
Instances
| (GObject a, UnknownAncestorError Constraint AuthNTLM a) => IsAuthNTLM a Source # | |
| IsAuthNTLM AuthNTLM Source # | |
toAuthNTLM :: (MonadIO m, IsAuthNTLM o) => o -> m AuthNTLM Source #