From: Marcus Brinkmann Date: Sun, 22 Jun 2003 12:26:11 +0000 (+0000) Subject: doc/ X-Git-Tag: gpgme-0-4-2~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7b1bac188f7d7ac753eb2444f81bc6ab2a0e1485;p=gpgme.git doc/ 2003-06-22 Marcus Brinkmann * gpgme.texi (Multi Threading): Remove reference to gpgme_recipients_t. gpgme/ 2003-06-22 Marcus Brinkmann * gpgme.h (gpgme_user_ids_release, gpgme_user_ids_append): Remove prototypes. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index dfd4f45..8ea3577 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-22 Marcus Brinkmann + + * gpgme.texi (Multi Threading): Remove reference to + gpgme_recipients_t. + 2003-06-06 Marcus Brinkmann * gpgme.texi (Crypto Operations): Rename gpgme_invalid_user_id_t diff --git a/doc/gpgme.texi b/doc/gpgme.texi index b516047..95c3816 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 diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index fbb8b56..aa83765 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,8 @@ +2003-06-22 Marcus Brinkmann + + * gpgme.h (gpgme_user_ids_release, gpgme_user_ids_append): Remove + prototypes. + 2003-06-06 Marcus Brinkmann * Makefile.am (AM_CPPFLAGS): Add @GPG_ERROR_CFLAGS@. diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 6f81fdf..5dc4ece 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -541,14 +541,6 @@ struct _gpgme_user_id }; typedef struct _gpgme_user_id *gpgme_user_id_t; -/* Release the user IDs in the list UID. */ -void gpgme_user_ids_release (gpgme_user_id_t uid); - -/* Add the name NAME to the user ID list *UIDS_P (with unknown - validity). */ -gpgme_error_t gpgme_user_ids_append (gpgme_user_id_t *uids_p, - const char *name); - /* A key from the keyring. */ struct _gpgme_key