NetSurf
Functions
history_local.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

nserror ami_history_local_present (struct gui_window *gw)
 Open the global history viewer. More...
 
nserror ami_history_local_destroy (struct ami_history_local_window *history_local_win)
 destroy a previously created local history view More...
 

Function Documentation

◆ ami_history_local_destroy()

nserror ami_history_local_destroy ( struct ami_history_local_window history_local_win)

destroy a previously created local history view

Definition at line 74 of file history_local.c.

References ami_corewindow_fini(), ami_gui_set_history_window(), ami_history_local_window::core, ami_history_local_window::gw, history_local_window, local_history_fini(), NSERROR_OK, and ami_history_local_window::session.

Referenced by ami_history_local_destroy_cw(), and gui_window_destroy().

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

◆ ami_history_local_present()

nserror ami_history_local_present ( struct gui_window gw)