| 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 (ForeignPtr AuthDigest)
- class GObject o => AuthDigestK o
- toAuthDigest :: AuthDigestK o => o -> IO AuthDigest
- noAuthDigest :: Maybe AuthDigest
Exported types
newtype AuthDigest Source
Constructors
| AuthDigest (ForeignPtr AuthDigest) |
Instances
| GObject AuthDigest | |
| ((~) * info (ResolveAuthDigestMethod t AuthDigest), MethodInfo * info AuthDigest p) => IsLabelProxy t (AuthDigest -> p) | |
| type ParentTypes AuthDigest | |
| type AttributeList AuthDigest | |
| type SignalList AuthDigest |
class GObject o => AuthDigestK o Source
Instances
| (GObject o, IsDescendantOf AuthDigest o) => AuthDigestK o |
toAuthDigest :: AuthDigestK o => o -> IO AuthDigest Source