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.AuthDigest
Contents
Description
- newtype AuthDigest = AuthDigest (ManagedPtr AuthDigest)
- class GObject o => IsAuthDigest o
- toAuthDigest :: IsAuthDigest o => o -> IO AuthDigest
- noAuthDigest :: Maybe AuthDigest
Exported types
newtype AuthDigest Source #
Constructors
AuthDigest (ManagedPtr AuthDigest) |
Instances
GObject AuthDigest Source # | |
IsObject AuthDigest Source # | |
IsAuth AuthDigest Source # | |
IsAuthDigest AuthDigest Source # | |
((~) * info (ResolveAuthDigestMethod t AuthDigest), MethodInfo * info AuthDigest p) => IsLabel t (AuthDigest -> p) Source # | |
((~) * info (ResolveAuthDigestMethod t AuthDigest), MethodInfo * info AuthDigest p) => IsLabelProxy t (AuthDigest -> p) Source # | |
HasAttributeList * AuthDigest Source # | |
type AttributeList AuthDigest Source # | |
type SignalList AuthDigest Source # | |
class GObject o => IsAuthDigest o Source #
Instances
toAuthDigest :: IsAuthDigest o => o -> IO AuthDigest Source #