Top | ![]() |
![]() |
![]() |
![]() |
SoupCookieJarText is a SoupCookieJar that reads cookies from and writes them to a text file in format similar to Mozilla's "cookies.txt".
SoupCookieJar * soup_cookie_jar_text_new (const char *filename
,gboolean read_only
);
Creates a SoupCookieJarText.
filename
will be read in at startup to create an initial set of
cookies. If read_only
is FALSE
, then the non-session cookies will
be written to filename
when the 'changed' signal is emitted from
the jar. (If read_only
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.)
typedef struct _SoupCookieJarText SoupCookieJarText;
Subclass of SoupCookieJar that stores cookies in a text file.