| 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)
- cookieJarDBFilename :: AttrLabelProxy "filename"
- getCookieJarDBFilename :: (MonadIO m, CookieJarDBK o) => o -> m (Maybe Text)
Exported types
newtype CookieJarDB Source
Constructors
| CookieJarDB (ForeignPtr CookieJarDB) |
Instances
| GObject CookieJarDB Source | |
| ((~) * info (ResolveCookieJarDBMethod t CookieJarDB), MethodInfo * info CookieJarDB p) => IsLabelProxy t (CookieJarDB -> p) Source | |
| type ParentTypes CookieJarDB Source | |
| type AttributeList CookieJarDB Source | |
| type SignalList CookieJarDB Source |
class GObject o => CookieJarDBK o Source
Instances
| (GObject o, IsDescendantOf CookieJarDB o) => CookieJarDBK o Source |
toCookieJarDB :: CookieJarDBK o => o -> IO CookieJarDB Source
Methods
cookieJarDBNew
cookieJarDBNew :: MonadIO m => Text -> Bool -> m CookieJarDB Source
Properties
Filename
data CookieJarDBFilenamePropertyInfo Source
Instances
cookieJarDBFilename :: AttrLabelProxy "filename" Source
getCookieJarDBFilename :: (MonadIO m, CookieJarDBK o) => o -> m (Maybe Text) Source