diff options
author | Marcus Brinkmann <[email protected]> | 2004-12-07 19:05:18 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-12-07 19:05:18 +0000 |
commit | d40de0d14f8f4a434bb43d300ba1a11674275ba8 (patch) | |
tree | 3709b651e701d40ab70a40647d1b1a0f07e7fc04 /doc/gpgme.texi | |
parent | Update. (diff) | |
download | gpgme-d40de0d14f8f4a434bb43d300ba1a11674275ba8.tar.gz gpgme-d40de0d14f8f4a434bb43d300ba1a11674275ba8.zip |
2004-12-07 Marcus Brinkmann <[email protected]>
* gpgme.texi (Creating Contexts): Fix cut&paste error. Reported
by Noel Torres <[email protected]>.
Diffstat (limited to '')
-rw-r--r-- | doc/gpgme.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 2d889051..d97b5662 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 |