aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-session.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-08-22 02:17:21 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-22 02:17:21 +0800
commit577c14751f5305ab925af567082b0f71f3616d18 (patch)
treeb1a9d81d84c817343d30750b087ac4998395edb9 /camel/camel-session.h
parentf871ef2a856abbfd9002ac28ba39a6e26dc393b8 (diff)
downloadgsoc2013-evolution-577c14751f5305ab925af567082b0f71f3616d18.tar
gsoc2013-evolution-577c14751f5305ab925af567082b0f71f3616d18.tar.gz
gsoc2013-evolution-577c14751f5305ab925af567082b0f71f3616d18.tar.bz2
gsoc2013-evolution-577c14751f5305ab925af567082b0f71f3616d18.tar.lz
gsoc2013-evolution-577c14751f5305ab925af567082b0f71f3616d18.tar.xz
gsoc2013-evolution-577c14751f5305ab925af567082b0f71f3616d18.tar.zst
gsoc2013-evolution-577c14751f5305ab925af567082b0f71f3616d18.zip
Don't register the noop timeout here anymore, we're gonna handle all this
2002-08-21 Jeffrey Stedfast <fejj@ximian.com> * camel-session.c (get_service): Don't register the noop timeout here anymore, we're gonna handle all this in the mailer now. (camel_session_register_timeout): Removed. (camel_session_remove_timeout): Removed. svn path=/trunk/; revision=17830
Diffstat (limited to 'camel/camel-session.h')
-rw-r--r--camel/camel-session.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/camel/camel-session.h b/camel/camel-session.h
index 00083fcdf8..0105f2ce8b 100644
--- a/camel/camel-session.h
+++ b/camel/camel-session.h
@@ -100,13 +100,6 @@ typedef struct {
const char *prompt,
gboolean cancel);
- guint (*register_timeout) (CamelSession *session,
- guint32 interval,
- CamelTimeoutCallback callback,
- gpointer user_data);
- gboolean (*remove_timeout) (CamelSession *session,
- guint handle);
-
CamelFilterDriver * (*get_filter_driver) (CamelSession *session,
const char *type,
CamelException *ex);
@@ -172,15 +165,6 @@ gboolean camel_session_alert_user (CamelSession *session,
const char *prompt,
gboolean cancel);
-guint camel_session_register_timeout (CamelSession *session,
- guint32 interval,
- CamelTimeoutCallback callback,
- gpointer user_data);
-
-gboolean camel_session_remove_timeout (CamelSession *session,
- guint handle);
-
-
gboolean camel_session_is_online (CamelSession *session);
void camel_session_set_online (CamelSession *session,
gboolean online);