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 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)
- cookieJarDBFilename :: AttrLabelProxy "filename"
- getCookieJarDBFilename :: (MonadIO m, CookieJarDBK o) => o -> m (Maybe Text)
Exported types
newtype CookieJarDB Source
GObject CookieJarDB | |
((~) * info (ResolveCookieJarDBMethod t CookieJarDB), MethodInfo * info CookieJarDB p) => IsLabelProxy t (CookieJarDB -> p) | |
type ParentTypes CookieJarDB | |
type AttributeList CookieJarDB | |
type SignalList CookieJarDB |
class GObject o => CookieJarDBK o Source
(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
AttrInfo CookieJarDBFilenamePropertyInfo | |
type AttrLabel CookieJarDBFilenamePropertyInfo = "filename" | |
type AttrGetType CookieJarDBFilenamePropertyInfo = Maybe Text | |
type AttrBaseTypeConstraint CookieJarDBFilenamePropertyInfo = CookieJarDBK | |
type AttrSetTypeConstraint CookieJarDBFilenamePropertyInfo = * ~ Text | |
type AttrAllowedOps CookieJarDBFilenamePropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))) |
cookieJarDBFilename :: AttrLabelProxy "filename" Source
getCookieJarDBFilename :: (MonadIO m, CookieJarDBK o) => o -> m (Maybe Text) Source