diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-11-11 05:25:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-11-11 14:16:53 +0000 |
commit | d50bdb269e86db36a443958e3bfc6816a44d468e (patch) | |
tree | 3527fb88e16ab2527652b3fb4f7ffebd2d7bf8a8 | |
parent | core: Non-zero values should set _armor, _textmode, and _online. (diff) | |
download | gpgme-d50bdb269e86db36a443958e3bfc6816a44d468e.tar.gz gpgme-d50bdb269e86db36a443958e3bfc6816a44d468e.zip |
doc: Correct text about gpgme_cancel_async.
* doc/gpgme.texi: Documentation about gpgme_cancel_async should refer
to the correct name.
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
-rw-r--r-- | doc/gpgme.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index ee5ba6d4..414de347 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -6537,7 +6537,7 @@ case the state of @var{ctx} is not modified). @deftypefun gpgme_ctx_t gpgme_cancel_async (@w{gpgme_ctx_t @var{ctx}}) -The function @code{gpgme_cancel} attempts to cancel a pending +The function @code{gpgme_cancel_async} attempts to cancel a pending operation in the context @var{ctx}. This can be called by any thread at any time after starting an operation on the context, but will not take effect immediately. The actual cancellation happens at the next |