aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-session.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2012-10-08 17:54:19 +0800
committerCarlos Garcia Campos <cgarcia@igalia.com>2013-01-09 16:23:22 +0800
commit0de940e6085f904c3ae31a80c79fdc9bec1d6e03 (patch)
tree151f16f80dc2d707e80be5a2f578adc462864e0e /src/ephy-session.h
parent187b79ff05ca2e8bb99932bb075304b0905accf6 (diff)
downloadgsoc2013-epiphany-0de940e6085f904c3ae31a80c79fdc9bec1d6e03.tar
gsoc2013-epiphany-0de940e6085f904c3ae31a80c79fdc9bec1d6e03.tar.gz
gsoc2013-epiphany-0de940e6085f904c3ae31a80c79fdc9bec1d6e03.tar.bz2
gsoc2013-epiphany-0de940e6085f904c3ae31a80c79fdc9bec1d6e03.tar.lz
gsoc2013-epiphany-0de940e6085f904c3ae31a80c79fdc9bec1d6e03.tar.xz
gsoc2013-epiphany-0de940e6085f904c3ae31a80c79fdc9bec1d6e03.tar.zst
gsoc2013-epiphany-0de940e6085f904c3ae31a80c79fdc9bec1d6e03.zip
ephy-session: save session in a thread to avoid blocking the UI
https://bugzilla.gnome.org/show_bug.cgi?id=681832
Diffstat (limited to 'src/ephy-session.h')
-rw-r--r--src/ephy-session.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-session.h b/src/ephy-session.h
index f0bcfb8ab..32012bd75 100644
--- a/src/ephy-session.h
+++ b/src/ephy-session.h
@@ -68,9 +68,8 @@ void ephy_session_open_uris (EphySession *session,
const char **uris,
EphyStartupFlags startup_flags,
guint32 user_time);
-gboolean ephy_session_save (EphySession *session,
+void ephy_session_save (EphySession *session,
const char *filename);
-
void ephy_session_load (EphySession *session,
const char *filename,
guint32 user_time,