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 |
- newtype ContentDecoder = ContentDecoder (ForeignPtr ContentDecoder)
- class GObject o => ContentDecoderK o
- toContentDecoder :: ContentDecoderK o => o -> IO ContentDecoder
- noContentDecoder :: Maybe ContentDecoder
Exported types
newtype ContentDecoder Source
GObject ContentDecoder | |
((~) * info (ResolveContentDecoderMethod t ContentDecoder), MethodInfo * info ContentDecoder p) => IsLabelProxy t (ContentDecoder -> p) | |
type ParentTypes ContentDecoder | |
type AttributeList ContentDecoder | |
type SignalList ContentDecoder |
class GObject o => ContentDecoderK o Source
(GObject o, IsDescendantOf ContentDecoder o) => ContentDecoderK o |
toContentDecoder :: ContentDecoderK o => o -> IO ContentDecoder Source