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 (ForeignPtr AuthNTLM)
- class GObject o => AuthNTLMK o
- toAuthNTLM :: AuthNTLMK o => o -> IO AuthNTLM
- noAuthNTLM :: Maybe AuthNTLM
Exported types
Constructors
AuthNTLM (ForeignPtr AuthNTLM) |
Instances
GObject 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 | |
type ParentTypes AuthNTLM Source | |
type AttributeList AuthNTLM Source | |
type SignalList AuthNTLM Source |
class GObject o => AuthNTLMK o Source
Instances
(GObject o, IsDescendantOf AuthNTLM o) => AuthNTLMK o Source | |
toAuthNTLM :: AuthNTLMK o => o -> IO AuthNTLM Source