doc/
authorMarcus Brinkmann <mb@g10code.com>
Wed, 6 Feb 2002 01:20:49 +0000 (01:20 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Wed, 6 Feb 2002 01:20:49 +0000 (01:20 +0000)
commit3e50d68ae4c457b168423bfc8c4f2649a4642696
tree895707115f88e2c138b4b2be0c19542e9c8e3905
parent8d604b47406b2f51b83996305afd3ae4923fcb3e
doc/
2002-02-06  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Waiting For Completion): Adjust doc to changes in
the code.

gpgme/
2002-02-06  Marcus Brinkmann  <marcus@g10code.de>

* wait.c (gpgme_wait): Add new argument STATUS, in which the
status of the returned context is returned.
(_gpgme_wait_on_condition): Rework the function a bit, to make it
aware of cancelled processes, and to allow to use gpgme_wait with
CTX being NULL (as documented in the source).
(struct proc_s): New member REPORTED.
* gpgme.h: Fix prototype.
* verify.c (gpgme_op_verify): Fix use of gpgme_wait.
* sign.c (gpgme_op_sign):
* import.c (gpgme_op_import):
* genkey.c (gpgme_op_genkey):
* export.c (gpgme_op_export):
* encrypt.c (gpgme_op_encrypt):
* delete.c (gpgme_op_delete):
* decrypt-verify.c (gpgme_op_decrypt_verify):
16 files changed:
trunk/NEWS
trunk/TODO
trunk/doc/ChangeLog
trunk/doc/gpgme.texi
trunk/gpgme/ChangeLog
trunk/gpgme/decrypt-verify.c
trunk/gpgme/decrypt.c
trunk/gpgme/delete.c
trunk/gpgme/encrypt.c
trunk/gpgme/export.c
trunk/gpgme/genkey.c
trunk/gpgme/gpgme.h
trunk/gpgme/import.c
trunk/gpgme/sign.c
trunk/gpgme/verify.c
trunk/gpgme/wait.c