![]() | ![]() | ![]() | Epiphany Reference Manual | ![]() |
---|
ephy-cookie-manager —
#define EPHY_COOKIE_MANAGER_IFACE (k) #define EPHY_IS_COOKIE_MANAGER_IFACE (k) #define EPHY_TYPE_COOKIE enum EphyCookieP3PState; enum EphyCookieP3PPolicy;EphyCookie * ephy_cookie_new (void);EphyCookie * ephy_cookie_copy (constEphyCookie *cookie);void ephy_cookie_free (EphyCookie *cookie);GType ephy_cookie_manager_get_type (void);GList * ephy_cookie_manager_list_cookies (EphyCookieManager *manager);void ephy_cookie_manager_remove_cookie (EphyCookieManager *manager, constEphyCookie *cookie);void ephy_cookie_manager_clear (EphyCookieManager *manager);
typedef enum { EPHY_COOKIE_P3P_STATE_UNKNOWN, EPHY_COOKIE_P3P_STATE_ACCEPTED, EPHY_COOKIE_P3P_STATE_DOWNGRADED, EPHY_COOKIE_P3P_STATE_FLAGGED, EPHY_COOKIE_P3P_STATE_REJECTED } EphyCookieP3PState;
typedef enum { EPHY_COOKIE_P3P_POLICY_UNKNOWN, EPHY_COOKIE_P3P_POLICY_NONE, EPHY_COOKIE_P3P_POLICY_NO_CONSENT, EPHY_COOKIE_P3P_POLICY_IMPLICIT_CONSENT, EPHY_COOKIE_P3P_POLICY_EXPLICIT_CONSENT, EPHY_COOKIE_P3P_POLICY_NO_II, } EphyCookieP3PPolicy;
EphyCookie * ephy_cookie_copy (constEphyCookie *cookie);
cookie : | a |
Returns : | a copy of cookie. |
GList * ephy_cookie_manager_list_cookies (EphyCookieManager *manager);
Lists all cookies in the cookies database.
manager : | the |
Returns : | the cookies list |
void ephy_cookie_manager_remove_cookie (EphyCookieManager *manager, constEphyCookie *cookie);
Removes cookie from the cookies database. You must free cookie yourself.
manager : | the |
cookie : | a |
<< ephy-embed-single | ephy-password-manager >> |