NetSurf
|
Interface to GTK bookmarks (hotlist). More...
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... | |
Interface to GTK bookmarks (hotlist).
Definition in file hotlist.h.
nserror nsgtk_hotlist_destroy | ( | void | ) |
Free any resources allocated for the hotlist window.
Definition at line 395 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().
nserror nsgtk_hotlist_present | ( | void | ) |
make the hotlist window visible.
Definition at line 382 of file hotlist.c.
References hotlist_window, NSERROR_OK, nsgtk_hotlist_init(), and nsgtk_hotlist_window::wnd.
Referenced by showbookmarks_button_clicked_cb().