NetSurf
Functions
hotlist.h File Reference

Interface to GTK bookmarks (hotlist). More...

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

Go to the source code of this file.

Functions

nserror nsgtk_hotlist_present (void)
 make the hotlist window visible. More...
 
nserror nsgtk_hotlist_destroy (void)
 Free any resources allocated for the hotlist window. More...
 

Detailed Description

Interface to GTK bookmarks (hotlist).

Definition in file hotlist.h.

Function Documentation

◆ nsgtk_hotlist_destroy()

nserror nsgtk_hotlist_destroy ( void  )

Free any resources allocated for the hotlist window.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 396 of file hotlist.c.

References nsgtk_hotlist_window::builder, nsgtk_hotlist_window::core, hotlist_manager_fini(), hotlist_window, NSERROR_OK, nsgtk_corewindow_fini(), and nsgtk_hotlist_window::wnd.

Referenced by nsgtk_finalise().

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

◆ nsgtk_hotlist_present()

nserror nsgtk_hotlist_present ( void  )

make the hotlist window visible.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 383 of file hotlist.c.

References hotlist_window, NSERROR_OK, nsgtk_hotlist_init(), and nsgtk_hotlist_window::wnd.

Referenced by showbookmarks_button_clicked_cb().

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