Class

SoupCookieJarText

[]

Description [src]

final class Soup.CookieJarText : Soup.CookieJar {
  /* No available fields */
}

Text-file-based (“cookies.txt”) Cookie Jar

SoupCookieJarText is a SoupCookieJar that reads cookies from and writes them to a text file in format similar to Mozilla’s “cookies.txt”.

[]

Constructors

soup_cookie_jar_text_new

Creates a SoupCookieJarText.

[]

Instance methods

Methods inherited from SoupCookieJar (13)
Methods inherited from GObject (43)
[]

Properties

Soup.CookieJarText:filename

Cookie-storage filename.

Properties inherited from SoupCookieJar (2)
[]

Signals

Signals inherited from SoupCookieJar (1)
Signals inherited from GObject (1)

Class structure