diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-04-03 04:08:14 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-04-03 04:08:14 +0800 |
commit | 64d66e03766ff4a529f2ebca534dbbcd756452a2 (patch) | |
tree | 176cc62ed39d60ea1755e91c19d3795fd3683ad8 /lib/ephy-gui.h | |
parent | 4454c5cf13ac8e73924c1957e25cd742b7143f51 (diff) | |
download | gsoc2013-epiphany-64d66e03766ff4a529f2ebca534dbbcd756452a2.tar gsoc2013-epiphany-64d66e03766ff4a529f2ebca534dbbcd756452a2.tar.gz gsoc2013-epiphany-64d66e03766ff4a529f2ebca534dbbcd756452a2.tar.bz2 gsoc2013-epiphany-64d66e03766ff4a529f2ebca534dbbcd756452a2.tar.lz gsoc2013-epiphany-64d66e03766ff4a529f2ebca534dbbcd756452a2.tar.xz gsoc2013-epiphany-64d66e03766ff4a529f2ebca534dbbcd756452a2.tar.zst gsoc2013-epiphany-64d66e03766ff4a529f2ebca534dbbcd756452a2.zip |
Add ephy_guid_help_with_doc_id for use by e-e.
2006-04-02 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-gui.c: (ephy_gui_help_with_doc_id), (ephy_gui_help):
* lib/ephy-gui.h:
Add ephy_guid_help_with_doc_id for use by e-e.
Diffstat (limited to 'lib/ephy-gui.h')
-rw-r--r-- | lib/ephy-gui.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ephy-gui.h b/lib/ephy-gui.h index 089587b49..7b76cf247 100644 --- a/lib/ephy-gui.h +++ b/lib/ephy-gui.h @@ -74,6 +74,11 @@ void ephy_gui_help (GtkWindow *parent, const char *file_name, const char *link_id); +void ephy_gui_help_with_doc_id (GtkWindow *parent, + const char *doc_id, + const char *file_name, + const char *link_id); + void ephy_gui_window_update_user_time (GtkWidget *window, guint32 user_time); |