diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-09-20 20:40:39 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-20 20:40:39 +0800 |
commit | bb18195c269739ad3b48f26945bd46982341b396 (patch) | |
tree | 75c655618e35f60d37c595a26f5236913e33553a /ChangeLog | |
parent | 9dd5ac67479535548bb20583a44baee38c9f8217 (diff) | |
download | gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar.gz gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar.bz2 gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar.lz gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar.xz gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.tar.zst gsoc2013-evolution-bb18195c269739ad3b48f26945bd46982341b396.zip |
completed
1999-09-20 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder-pt-proxy.c (_op_exec_or_plan_for_exec):
completed
Binch of new funcs:
(_maybe_run_next_op):
Called by the watch notification when
a threaded op is completed
(_thread_notification_catch):
notification watch call back
(_init_notify_system):
set up the notification channel
(notify_availability):
called by threads before completion.
svn path=/trunk/; revision=1242
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +1999-09-20 bertrand <Bertrand.Guiheneuf@aful.org> + + * camel/camel-folder-pt-proxy.c (_op_exec_or_plan_for_exec): + completed + + Binch of new funcs: + (_maybe_run_next_op): + Called by the watch notification when + a threaded op is completed + (_thread_notification_catch): + notification watch call back + (_init_notify_system): + set up the notification channel + (notify_availability): + called by threads before completion. + 1999-09-18 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-folder-pt-proxy.c (_op_exec_or_plan_for_exec): |