![]() |
![]() |
![]() |
Epiphany Reference Manual | ![]() |
---|---|---|---|---|
#define EPHY_COOKIE_MANAGER_IFACE (k) #define EPHY_IS_COOKIE_MANAGER_IFACE (k) #define EPHY_TYPE_COOKIE EphyCookie* ephy_cookie_new (void); EphyCookie* ephy_cookie_copy (const EphyCookie *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, const EphyCookie *cookie); void ephy_cookie_manager_clear (EphyCookieManager *manager);
EphyCookie* ephy_cookie_copy (const EphyCookie *cookie);
|
a EphyCookie |
Returns : |
a copy of cookie .
|
GList* ephy_cookie_manager_list_cookies (EphyCookieManager *manager);
Lists all cookies in the cookies database.
|
the EphyCookieManager |
Returns : |
the cookies list |
void ephy_cookie_manager_remove_cookie (EphyCookieManager *manager, const EphyCookie *cookie);
Removes cookie
from the cookies database. You must free cookie
yourself.
|
the EphyCookieManager |
|
a EphyCookie |