NetSurf
Functions
cookies.h File Reference

Cookies (interface). More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Cookies (interface).

Definition in file cookies.h.

Function Documentation

◆ nsgtk_cookies_destroy()

nserror nsgtk_cookies_destroy ( void  )

Free any resources allocated for the cookie window.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 326 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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nsgtk_cookies_present()

nserror nsgtk_cookies_present ( const char *  search_term)

make the cookie window visible.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 312 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().

Here is the call graph for this function:
Here is the caller graph for this function: