aboutsummaryrefslogtreecommitdiff
path: root/libsylph/session.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-17 02:22:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-17 02:22:43 +0000
commitc555c5d5eb02b08a1efb7014a690dfc62d897e1e (patch)
tree5d447abe8d3ddb0a8ed24e14897eb82cd73113ff /libsylph/session.h
parent9b1681412a090ff7cfea3900823b3ef3e1c7af27 (diff)
session.c: remove idle callback on close, and check GSource in the callback (possibly fixes crashes on cancellation).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1641 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/session.h')
-rw-r--r--libsylph/session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsylph/session.h b/libsylph/session.h
index 5ff12984..b5127c0e 100644
--- a/libsylph/session.h
+++ b/libsylph/session.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -142,6 +142,7 @@ struct _Session
guint timeout_tag;
guint timeout_interval;
+ guint idle_tag;
guint ping_tag;
gpointer data;