NetSurf
|
Interface to GTK global history manager. More...
Go to the source code of this file.
Functions | |
nserror | nsgtk_global_history_present (void) |
make the global history window visible. More... | |
nserror | nsgtk_global_history_destroy (void) |
Destroys the global history window and performs any other necessary cleanup actions. More... | |
Interface to GTK global history manager.
Definition in file global_history.h.
nserror nsgtk_global_history_destroy | ( | void | ) |
Destroys the global history window and performs any other necessary cleanup actions.
Definition at line 381 of file global_history.c.
References nsgtk_global_history_window::builder, nsgtk_global_history_window::core, global_history_fini(), global_history_window, NSERROR_OK, nsgtk_corewindow_fini(), and nsgtk_global_history_window::wnd.
Referenced by nsgtk_finalise().
nserror nsgtk_global_history_present | ( | void | ) |
make the global history window visible.
Definition at line 368 of file global_history.c.
References global_history_window, NSERROR_OK, nsgtk_global_history_init(), and nsgtk_global_history_window::wnd.
Referenced by globalhistory_button_clicked_cb().