2003-06-22  Marcus Brinkmann  <marcus@g10code.de>

	* gpgme.texi (Multi Threading): Remove reference to
	gpgme_recipients_t.

gpgme/
2003-06-22  Marcus Brinkmann  <marcus@g10code.de>

	* gpgme.h (gpgme_user_ids_release, gpgme_user_ids_append): Remove
	prototypes.
This commit is contained in:
Marcus Brinkmann 2003-06-22 12:26:11 +00:00
parent e390cd4e78
commit 7b1bac188f
4 changed files with 14 additions and 12 deletions

View File

@ -1,3 +1,8 @@
2003-06-22 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Multi Threading): Remove reference to
gpgme_recipients_t.
2003-06-06 Marcus Brinkmann <marcus@g10code.de> 2003-06-06 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Crypto Operations): Rename gpgme_invalid_user_id_t * gpgme.texi (Crypto Operations): Rename gpgme_invalid_user_id_t

View File

@ -547,10 +547,10 @@ initialize_gpgme (void)
@end example @end example
@item @item
Any @code{gpgme_data_t}, @code{gpgme_ctx_t} and @code{gpgme_recipients_t} Any @code{gpgme_data_t} and @code{gpgme_ctx_t} object must only be
object must only be accessed by one thread at a time. If multiple accessed by one thread at a time. If multiple threads want to deal
threads want to deal with the same object, the caller has to make sure with the same object, the caller has to make sure that operations on
that operations on that object are fully synchronized. that object are fully synchronized.
@item @item
Only one thread at any time is allowed to call @code{gpgme_wait}. If Only one thread at any time is allowed to call @code{gpgme_wait}. If

View File

@ -1,3 +1,8 @@
2003-06-22 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h (gpgme_user_ids_release, gpgme_user_ids_append): Remove
prototypes.
2003-06-06 Marcus Brinkmann <marcus@g10code.de> 2003-06-06 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (AM_CPPFLAGS): Add @GPG_ERROR_CFLAGS@. * Makefile.am (AM_CPPFLAGS): Add @GPG_ERROR_CFLAGS@.

View File

@ -541,14 +541,6 @@ struct _gpgme_user_id
}; };
typedef struct _gpgme_user_id *gpgme_user_id_t; 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. */ /* A key from the keyring. */
struct _gpgme_key struct _gpgme_key