From f0907d8fe648b6b8d345ca6434ddbe2cf90f1fc5 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 28 Jan 2013 12:55:31 +0200 Subject: ephy-session: add API to restore closed tabs We add a queue of closed tabs to EphySession, which is later used to restore them through ephy_session_undo_close_tab(). Based on a patch by Diego Escalante Urrelo https://bugzilla.gnome.org/show_bug.cgi?id=128184 --- src/ephy-session.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ephy-session.h') diff --git a/src/ephy-session.h b/src/ephy-session.h index 6f3b36c4e..e6d0ab253 100644 --- a/src/ephy-session.h +++ b/src/ephy-session.h @@ -95,6 +95,8 @@ gboolean ephy_session_resume_finish (EphySession *session, void ephy_session_close (EphySession *session); +void ephy_session_undo_close_tab (EphySession *session); + G_END_DECLS #endif -- cgit v1.2.3