aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-session.h')
-rw-r--r--src/ephy-session.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ephy-session.h b/src/ephy-session.h
index 3bf1ffd9a..59741a272 100644
--- a/src/ephy-session.h
+++ b/src/ephy-session.h
@@ -79,6 +79,11 @@ gboolean ephy_session_load (EphySession *session,
const char *filename,
guint32 user_time);
+gboolean ephy_session_load_from_string (EphySession *session,
+ const char *session_data,
+ gssize length,
+ guint32 user_time);
+
void ephy_session_close (EphySession *session);
GList *ephy_session_get_windows (EphySession *session);