| 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 :: IsAuthNTLM o => o -> IO AuthNTLM
- noAuthNTLM :: Maybe AuthNTLM
Exported types
Constructors
| AuthNTLM (ManagedPtr AuthNTLM) |
Instances
| GObject AuthNTLM Source # | |
| IsObject AuthNTLM Source # | |
| IsAuth AuthNTLM Source # | |
| IsAuthNTLM AuthNTLM Source # | |
| ((~) * info (ResolveAuthNTLMMethod t AuthNTLM), MethodInfo * info AuthNTLM p) => IsLabel t (AuthNTLM -> p) Source # | |
| ((~) * info (ResolveAuthNTLMMethod t AuthNTLM), MethodInfo * info AuthNTLM p) => IsLabelProxy t (AuthNTLM -> p) Source # | |
| HasAttributeList * AuthNTLM Source # | |
| type AttributeList AuthNTLM Source # | |
| type SignalList AuthNTLM Source # | |
class GObject o => IsAuthNTLM o Source #
Instances
| (GObject a, UnknownAncestorError Constraint AuthNTLM a) => IsAuthNTLM a Source # | |
| IsAuthNTLM AuthNTLM Source # | |
toAuthNTLM :: IsAuthNTLM o => o -> IO AuthNTLM Source #