diff options
author | Marcus Brinkmann <[email protected]> | 2003-06-22 12:26:11 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-06-22 12:26:11 +0000 |
commit | 7b1bac188f7d7ac753eb2444f81bc6ab2a0e1485 (patch) | |
tree | 3502a146829ba6f8aa058b84032598d9594ea7ec /doc/gpgme.texi | |
parent | 2003-06-22 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-7b1bac188f7d7ac753eb2444f81bc6ab2a0e1485.tar.gz gpgme-7b1bac188f7d7ac753eb2444f81bc6ab2a0e1485.zip |
doc/
2003-06-22 Marcus Brinkmann <[email protected]>
* gpgme.texi (Multi Threading): Remove reference to
gpgme_recipients_t.
gpgme/
2003-06-22 Marcus Brinkmann <[email protected]>
* gpgme.h (gpgme_user_ids_release, gpgme_user_ids_append): Remove
prototypes.
Diffstat (limited to '')
-rw-r--r-- | doc/gpgme.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index b516047b..95c38160 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -547,10 +547,10 @@ initialize_gpgme (void) @end example @item -Any @code{gpgme_data_t}, @code{gpgme_ctx_t} and @code{gpgme_recipients_t} -object must only be accessed by one thread at a time. If multiple -threads want to deal with the same object, the caller has to make sure -that operations on that object are fully synchronized. +Any @code{gpgme_data_t} and @code{gpgme_ctx_t} object must only be +accessed by one thread at a time. If multiple threads want to deal +with the same object, the caller has to make sure that operations on +that object are fully synchronized. @item Only one thread at any time is allowed to call @code{gpgme_wait}. If |