NetSurf
global_history.h
Go to the documentation of this file.
1/*
2 * Copyright 2006 Rob Kendrick <rjek@rjek.com>
3 * Copyright 2009 Paul Blokus <paul_pl@users.sourceforge.net>
4 *
5 * This file is part of NetSurf, http://www.netsurf-browser.org/
6 *
7 * NetSurf is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
10 *
11 * NetSurf is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 */
19
20/**
21 * \file
22 * Interface to GTK global history manager
23 */
24
25#ifndef __NSGTK_HISTORY_H__
26#define __NSGTK_HISTORY_H__
27
28/**
29 * make the global history window visible.
30 *
31 * \return NSERROR_OK on success else appropriate error code on faliure.
32 */
34
35/**
36 * Destroys the global history window and performs any other necessary cleanup
37 * actions.
38 */
40
41#endif
nserror
Enumeration of error codes.
Definition: errors.h:29
nserror nsgtk_global_history_present(void)
make the global history window visible.
nserror nsgtk_global_history_destroy(void)
Destroys the global history window and performs any other necessary cleanup actions.