From acd6bafa58cf5fdea4814e51aac175a99894a373 Mon Sep 17 00:00:00 2001 From: bertrand Date: Fri, 17 Sep 1999 20:34:22 +0000 Subject: added notify io_channel. new func. run the next operation. 1999-09-17 bertrand * camel/camel-folder-pt-proxy.c (_init_with_store): added notify io_channel. * (camel_op_queue_run_next_op): new func. run the next operation. svn path=/trunk/; revision=1236 --- camel/camel-op-queue.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-op-queue.h') diff --git a/camel/camel-op-queue.h b/camel/camel-op-queue.h index 34ee8249a1..e99d785b93 100644 --- a/camel/camel-op-queue.h +++ b/camel/camel-op-queue.h @@ -52,6 +52,7 @@ typedef struct CamelOpQueue *camel_op_queue_new (); void camel_op_queue_push_op (CamelOpQueue *queue, CamelOp *op); CamelOp *camel_op_queue_pop_op (CamelOpQueue *queue); +gboolean camel_op_queue_run_next_op (CamelOpQueue *queue); #ifdef __cplusplus } -- cgit v1.2.3