NetSurf
Functions
global_history.h File Reference

Interface to GTK global history manager. More...

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

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

Detailed Description

Interface to GTK global history manager.

Definition in file global_history.h.

Function Documentation

◆ nsgtk_global_history_destroy()

nserror nsgtk_global_history_destroy ( void  )

Destroys the global history window and performs any other necessary cleanup actions.

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

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

◆ nsgtk_global_history_present()

nserror nsgtk_global_history_present ( void  )

make the global history window visible.

Returns
NSERROR_OK on success else appropriate error code on faliure.

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

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