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.CookieJarDB
Description
- newtype CookieJarDB = CookieJarDB (ForeignPtr CookieJarDB)
- class GObject o => CookieJarDBK o
- toCookieJarDB :: CookieJarDBK o => o -> IO CookieJarDB
- noCookieJarDB :: Maybe CookieJarDB
- cookieJarDBNew :: MonadIO m => Text -> Bool -> m CookieJarDB
- data CookieJarDBFilenamePropertyInfo
- constructCookieJarDBFilename :: Text -> IO ([Char], GValue)
- getCookieJarDBFilename :: (MonadIO m, CookieJarDBK o) => o -> m Text
Exported types
newtype CookieJarDB Source
Constructors
CookieJarDB (ForeignPtr CookieJarDB) |
Instances
GObject CookieJarDB | |
type ParentTypes CookieJarDB | |
type AttributeList CookieJarDB | |
type SignalList CookieJarDB |
class GObject o => CookieJarDBK o Source
Instances
(GObject o, IsDescendantOf CookieJarDB o) => CookieJarDBK o |
toCookieJarDB :: CookieJarDBK o => o -> IO CookieJarDB Source
Methods
cookieJarDBNew
cookieJarDBNew :: MonadIO m => Text -> Bool -> m CookieJarDB Source
Properties
Filename
data CookieJarDBFilenamePropertyInfo Source
Instances
AttrInfo CookieJarDBFilenamePropertyInfo | |
type AttrLabel CookieJarDBFilenamePropertyInfo = "CookieJarDB::filename" | |
type AttrGetType CookieJarDBFilenamePropertyInfo = Text | |
type AttrBaseTypeConstraint CookieJarDBFilenamePropertyInfo = CookieJarDBK | |
type AttrSetTypeConstraint CookieJarDBFilenamePropertyInfo = * ~ Text | |
type AttrAllowedOps CookieJarDBFilenamePropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)) |
getCookieJarDBFilename :: (MonadIO m, CookieJarDBK o) => o -> m Text Source