diff options
author | Marcus Brinkmann <[email protected]> | 2004-12-07 19:07:30 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-12-07 19:07:30 +0000 |
commit | eac94f2a2487570f6ff42d2d706b138724bc05d2 (patch) | |
tree | 47a0e632191c8f271cdff67fd887dc2cfa4a248d | |
parent | Add Noel Torres <[email protected]>. (diff) | |
download | gpgme-eac94f2a2487570f6ff42d2d706b138724bc05d2.tar.gz gpgme-eac94f2a2487570f6ff42d2d706b138724bc05d2.zip |
2004-12-07 Marcus Brinkmann <[email protected]>
* gpgme.texi (Creating Contexts): Fix cut&paste error. Reported
by Noel Torres <[email protected]>.
-rw-r--r-- | branches/gpgme-1-0-branch/doc/ChangeLog | 5 | ||||
-rw-r--r-- | branches/gpgme-1-0-branch/doc/gpgme.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/branches/gpgme-1-0-branch/doc/ChangeLog b/branches/gpgme-1-0-branch/doc/ChangeLog index b740bcbc..96628695 100644 --- a/branches/gpgme-1-0-branch/doc/ChangeLog +++ b/branches/gpgme-1-0-branch/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-12-07 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Creating Contexts): Fix cut&paste error. Reported + by Noel Torres <[email protected]>. + 2004-09-30 Marcus Brinkmann <[email protected]> * Makefile.am (gpgme_TEXINFOS): Remove fdl.texi. diff --git a/branches/gpgme-1-0-branch/doc/gpgme.texi b/branches/gpgme-1-0-branch/doc/gpgme.texi index 2d889051..d97b5662 100644 --- a/branches/gpgme-1-0-branch/doc/gpgme.texi +++ b/branches/gpgme-1-0-branch/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 |