From 3ad970f76f2ede63152cdfd3b5c882aa80aad3cc Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 27 Sep 2012 10:15:15 +0200 Subject: Make sure windows are properly closed when quitting from the shell menu https://bugzilla.gnome.org/show_bug.cgi?id=679844 --- 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 c083ab3d8..392c0612b 100644 --- a/src/ephy-session.h +++ b/src/ephy-session.h @@ -88,6 +88,8 @@ void ephy_session_close (EphySession *session); GList *ephy_session_get_windows (EphySession *session); +gboolean ephy_session_close_all_windows (EphySession *session); + void ephy_session_queue_command (EphySession *session, EphySessionCommand op, const char *arg, -- cgit v1.2.3