aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-threads.h
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-06-23 04:31:01 +0800
committerPeter Williams <peterw@src.gnome.org>2000-06-23 04:31:01 +0800
commit855dff022c610063a9524c19386f9e2863b88ae7 (patch)
treefc6fc22da5559cd7596d1ccb95be193b12cd0489 /mail/mail-threads.h
parenta3a3ee2b1456314989686ed356108b7356c0a272 (diff)
downloadgsoc2013-evolution-855dff022c610063a9524c19386f9e2863b88ae7.tar
gsoc2013-evolution-855dff022c610063a9524c19386f9e2863b88ae7.tar.gz
gsoc2013-evolution-855dff022c610063a9524c19386f9e2863b88ae7.tar.bz2
gsoc2013-evolution-855dff022c610063a9524c19386f9e2863b88ae7.tar.lz
gsoc2013-evolution-855dff022c610063a9524c19386f9e2863b88ae7.tar.xz
gsoc2013-evolution-855dff022c610063a9524c19386f9e2863b88ae7.tar.zst
gsoc2013-evolution-855dff022c610063a9524c19386f9e2863b88ae7.zip
Make the async dialogs non-modal; add cleanup callbacks in the main thread.
svn path=/trunk/; revision=3694
Diffstat (limited to 'mail/mail-threads.h')
-rw-r--r--mail/mail-threads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-threads.h b/mail/mail-threads.h
index a56c6433a6..d3f2a184e3 100644
--- a/mail/mail-threads.h
+++ b/mail/mail-threads.h
@@ -29,6 +29,7 @@
gboolean mail_operation_try( const gchar *description,
void (*callback)( gpointer ),
+ void (*cleanup)( gpointer ),
gpointer user_data );
/* User interface hooks for the other thread */