2008-06-27 Marcus Brinkmann <marcus@g10code.de>
* libgpgme.vers: Add gpgme_cancel_async. * gpgme.def: Likewise.
This commit is contained in:
parent
67ae7de4c5
commit
01baa339f9
@ -1,5 +1,8 @@
|
||||
2008-06-27 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* libgpgme.vers: Add gpgme_cancel_async.
|
||||
* gpgme.def: Likewise.
|
||||
|
||||
* context.h: Include "sema.h".
|
||||
(struct gpgme_context): New members lock and canceled.
|
||||
* gpgme.c (gpgme_new): Initialize lock.
|
||||
|
@ -166,5 +166,6 @@ EXPORTS
|
||||
gpgme_op_conf_load @129
|
||||
gpgme_op_conf_save @130
|
||||
|
||||
gpgme_cancel_async @131
|
||||
; END
|
||||
|
||||
|
@ -46,6 +46,8 @@ GPGME_1.1 {
|
||||
gpgme_conf_opt_change;
|
||||
gpgme_op_conf_load;
|
||||
gpgme_op_conf_save;
|
||||
|
||||
gpgme_cancel_async;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user