aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-private.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2013-02-07 16:23:17 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2013-02-08 06:01:59 +0800
commit65f5514fc4df4d6d7c88319d08b12820546e4d1b (patch)
tree5e4e5929a1e50657540ba51a8976eea4bcb8c1e8 /src/ephy-private.h
parentbe7b9d45477bd6762979f2046f41b713b2eefffe (diff)
downloadgsoc2013-epiphany-65f5514fc4df4d6d7c88319d08b12820546e4d1b.tar
gsoc2013-epiphany-65f5514fc4df4d6d7c88319d08b12820546e4d1b.tar.gz
gsoc2013-epiphany-65f5514fc4df4d6d7c88319d08b12820546e4d1b.tar.bz2
gsoc2013-epiphany-65f5514fc4df4d6d7c88319d08b12820546e4d1b.tar.lz
gsoc2013-epiphany-65f5514fc4df4d6d7c88319d08b12820546e4d1b.tar.xz
gsoc2013-epiphany-65f5514fc4df4d6d7c88319d08b12820546e4d1b.tar.zst
gsoc2013-epiphany-65f5514fc4df4d6d7c88319d08b12820546e4d1b.zip
ephy-session.c: add ephy_session_clear()
https://bugzilla.gnome.org/show_bug.cgi?id=693297
Diffstat (limited to 'src/ephy-private.h')
-rw-r--r--src/ephy-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ephy-private.h b/src/ephy-private.h
index 8a7757ba3..5e7b77a8e 100644
--- a/src/ephy-private.h
+++ b/src/ephy-private.h
@@ -29,6 +29,7 @@
#include "ephy-embed-event.h"
#include "ephy-embed-private.h"
#include "ephy-location-controller.h"
+#include "ephy-session.h"
#include "ephy-shell.h"
#include "ephy-window.h"
@@ -62,5 +63,9 @@ EphyShellStartupContext *ephy_shell_startup_context_new (EphyStartupFlags
void _ephy_shell_create_instance (EphyEmbedShellMode mode);
+/* EphySession */
+
+void ephy_session_clear (EphySession *session);
+
#endif