| 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
No description available in the introspection data.
Synopsis
- newtype AuthDigest = AuthDigest (ManagedPtr AuthDigest)
- class GObject o => IsAuthDigest o
- toAuthDigest :: (MonadIO m, IsAuthDigest o) => o -> m AuthDigest
- noAuthDigest :: Maybe AuthDigest
Exported types
newtype AuthDigest Source #
Memory-managed wrapper type.
Constructors
| AuthDigest (ManagedPtr AuthDigest) |
Instances
| GObject AuthDigest Source # | |
Defined in GI.Soup.Objects.AuthDigest Methods gobjectType :: AuthDigest -> IO GType # | |
| IsObject AuthDigest Source # | |
Defined in GI.Soup.Objects.AuthDigest | |
| IsAuth AuthDigest Source # | |
Defined in GI.Soup.Objects.AuthDigest | |
| IsAuthDigest AuthDigest Source # | |
Defined in GI.Soup.Objects.AuthDigest | |
class GObject o => IsAuthDigest o Source #
Type class for types which can be safely cast to AuthDigest, for instance with toAuthDigest.
Instances
| (GObject a, (UnknownAncestorError AuthDigest a :: Constraint)) => IsAuthDigest a Source # | |
Defined in GI.Soup.Objects.AuthDigest | |
| IsAuthDigest AuthDigest Source # | |
Defined in GI.Soup.Objects.AuthDigest | |
toAuthDigest :: (MonadIO m, IsAuthDigest o) => o -> m AuthDigest Source #
Cast to AuthDigest, for types for which this is known to be safe. For general casts, use castTo.
noAuthDigest :: Maybe AuthDigest Source #
A convenience alias for Nothing :: Maybe AuthDigest.