aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-operation.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-03-03 16:44:10 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-03-03 16:44:10 +0800
commit4e8aee0a768987f20277e6c3dabdfa6b52df75ef (patch)
tree54b2502e360cf2c47ee82c3a28088b77989a8e2b /camel/camel-operation.h
parent7dfbad5dce6da74e6c83b7b8196952f114e04a56 (diff)
downloadgsoc2013-evolution-4e8aee0a768987f20277e6c3dabdfa6b52df75ef.tar
gsoc2013-evolution-4e8aee0a768987f20277e6c3dabdfa6b52df75ef.tar.gz
gsoc2013-evolution-4e8aee0a768987f20277e6c3dabdfa6b52df75ef.tar.bz2
gsoc2013-evolution-4e8aee0a768987f20277e6c3dabdfa6b52df75ef.tar.lz
gsoc2013-evolution-4e8aee0a768987f20277e6c3dabdfa6b52df75ef.tar.xz
gsoc2013-evolution-4e8aee0a768987f20277e6c3dabdfa6b52df75ef.tar.zst
gsoc2013-evolution-4e8aee0a768987f20277e6c3dabdfa6b52df75ef.zip
attempt at uncancelling a cancelled operation.
2004-03-03 Not Zed <NotZed@Ximian.com> * camel-operation.c (camel_operation_uncancel): attempt at uncancelling a cancelled operation. svn path=/trunk/; revision=24947
Diffstat (limited to 'camel/camel-operation.h')
-rw-r--r--camel/camel-operation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-operation.h b/camel/camel-operation.h
index 62e29dc2ac..a190940175 100644
--- a/camel/camel-operation.h
+++ b/camel/camel-operation.h
@@ -46,6 +46,7 @@ void camel_operation_mute(CamelOperation *cc);
void camel_operation_ref(CamelOperation *cc);
void camel_operation_unref(CamelOperation *cc);
void camel_operation_cancel(CamelOperation *cc);
+void camel_operation_uncancel(CamelOperation *cc);
/* subthread functions */
CamelOperation *camel_operation_register(CamelOperation *cc);
void camel_operation_unregister (CamelOperation *cc);