| 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.CookieJarText
Description
- newtype CookieJarText = CookieJarText (ManagedPtr CookieJarText)
- class GObject o => IsCookieJarText o
- toCookieJarText :: IsCookieJarText o => o -> IO CookieJarText
- noCookieJarText :: Maybe CookieJarText
- cookieJarTextNew :: (HasCallStack, MonadIO m) => Text -> Bool -> m CookieJarText
- data CookieJarTextFilenamePropertyInfo
- constructCookieJarTextFilename :: IsCookieJarText o => Text -> IO (GValueConstruct o)
- cookieJarTextFilename :: AttrLabelProxy "filename"
- getCookieJarTextFilename :: (MonadIO m, IsCookieJarText o) => o -> m (Maybe Text)
Exported types
newtype CookieJarText Source #
Constructors
| CookieJarText (ManagedPtr CookieJarText) |
Instances
| GObject CookieJarText Source # | |
| IsObject CookieJarText Source # | |
| IsCookieJar CookieJarText Source # | |
| IsSessionFeature CookieJarText Source # | |
| IsCookieJarText CookieJarText Source # | |
| ((~) * info (ResolveCookieJarTextMethod t CookieJarText), MethodInfo * info CookieJarText p) => IsLabel t (CookieJarText -> p) Source # | |
| ((~) * info (ResolveCookieJarTextMethod t CookieJarText), MethodInfo * info CookieJarText p) => IsLabelProxy t (CookieJarText -> p) Source # | |
| HasAttributeList * CookieJarText Source # | |
| type AttributeList CookieJarText Source # | |
| type SignalList CookieJarText Source # | |
class GObject o => IsCookieJarText o Source #
Instances
toCookieJarText :: IsCookieJarText o => o -> IO CookieJarText Source #
Methods
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => Text |
|
| -> Bool |
|
| -> m CookieJarText | Returns: the new |
Creates a CookieJarText.
filename will be read in at startup to create an initial set of
cookies. If readOnly is False, then the non-session cookies will
be written to filename when the 'changed' signal is emitted from
the jar. (If readOnly is True, then the cookie jar will only be
used for this session, and changes made to it will be lost when the
jar is destroyed.)
Since: 2.26
Properties
filename
data CookieJarTextFilenamePropertyInfo Source #
Instances
constructCookieJarTextFilename :: IsCookieJarText o => Text -> IO (GValueConstruct o) Source #
cookieJarTextFilename :: AttrLabelProxy "filename" Source #
getCookieJarTextFilename :: (MonadIO m, IsCookieJarText o) => o -> m (Maybe Text) Source #