2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Creating Contexts): Fix cut&paste error. Reported by Noel Torres <envite@rolamasao.org>.
This commit is contained in:
parent
4b45385889
commit
d40de0d14f
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpgme.texi (Creating Contexts): Fix cut&paste error. Reported
|
||||||
|
by Noel Torres <envite@rolamasao.org>.
|
||||||
|
|
||||||
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
|
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* Makefile.am (gpgme_TEXINFOS): Remove fdl.texi.
|
* Makefile.am (gpgme_TEXINFOS): Remove fdl.texi.
|
||||||
|
@ -1820,8 +1820,8 @@ cryptographic operations.
|
|||||||
@cindex context, creation
|
@cindex context, creation
|
||||||
|
|
||||||
@deftypefun gpgme_error_t gpgme_new (@w{gpgme_ctx_t *@var{ctx}})
|
@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}
|
The function @code{gpgme_new} creates a new @code{gpgme_ctx_t} object
|
||||||
object and returns a handle for it in @var{ctx}.
|
and returns a handle for it in @var{ctx}.
|
||||||
|
|
||||||
The function returns the error code @code{GPG_ERR_NO_ERROR} if the
|
The function returns the error code @code{GPG_ERR_NO_ERROR} if the
|
||||||
context was successfully created, @code{GPG_ERR_INV_VALUE} if
|
context was successfully created, @code{GPG_ERR_INV_VALUE} if
|
||||||
|
Loading…
Reference in New Issue
Block a user