From: Marcus Brinkmann Date: Tue, 7 Dec 2004 19:07:30 +0000 (+0000) Subject: 2004-12-07 Marcus Brinkmann X-Git-Tag: gpgme-1-0-2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fdfab8ce67b3a43dd83befbe47c61c06135a661a;p=gpgme.git 2004-12-07 Marcus Brinkmann * gpgme.texi (Creating Contexts): Fix cut&paste error. Reported by Noel Torres . --- diff --git a/doc/ChangeLog b/doc/ChangeLog index b740bcb..9662869 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-12-07 Marcus Brinkmann + + * gpgme.texi (Creating Contexts): Fix cut&paste error. Reported + by Noel Torres . + 2004-09-30 Marcus Brinkmann * Makefile.am (gpgme_TEXINFOS): Remove fdl.texi. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 2d88905..d97b566 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1820,8 +1820,8 @@ cryptographic operations. @cindex context, creation @deftypefun gpgme_error_t gpgme_new (@w{gpgme_ctx_t *@var{ctx}}) -The function @code{gpgme_data_new} creates a new @code{gpgme_ctx_t} -object and returns a handle for it in @var{ctx}. +The function @code{gpgme_new} creates a new @code{gpgme_ctx_t} object +and returns a handle for it in @var{ctx}. The function returns the error code @code{GPG_ERR_NO_ERROR} if the context was successfully created, @code{GPG_ERR_INV_VALUE} if