NetSurf
|
Cookies (interface). More...
Go to the source code of this file.
Functions | |
nserror | nsgtk_cookies_present (const char *search_term) |
make the cookie window visible. More... | |
nserror | nsgtk_cookies_destroy (void) |
Free any resources allocated for the cookie window. More... | |
Cookies (interface).
Definition in file cookies.h.
nserror nsgtk_cookies_destroy | ( | void | ) |
Free any resources allocated for the cookie window.
Definition at line 325 of file cookies.c.
References nsgtk_cookie_window::builder, cookie_manager_fini(), cookie_window, nsgtk_cookie_window::core, NSERROR_OK, nsgtk_corewindow_fini(), and nsgtk_cookie_window::wnd.
Referenced by nsgtk_finalise().
nserror nsgtk_cookies_present | ( | const char * | search_term | ) |
make the cookie window visible.
Definition at line 311 of file cookies.c.
References cookie_manager_set_search_string(), cookie_window, NSERROR_OK, nsgtk_cookies_init(), and nsgtk_cookie_window::wnd.
Referenced by showcookies_button_clicked_cb().