diff options
author | Werner Koch <[email protected]> | 2018-12-03 09:40:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-12-03 09:41:00 +0000 |
commit | 649b19688132dd315e361c0f5b63ba6d8f45996d (patch) | |
tree | a889dbc6fa503777f01e07a050f097137884f0ac /src/gpgme.c | |
parent | python: documentation fixes (diff) | |
download | gpgme-649b19688132dd315e361c0f5b63ba6d8f45996d.tar.gz gpgme-649b19688132dd315e361c0f5b63ba6d8f45996d.zip |
doc: Minor comment cleanups.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/gpgme.c')
-rw-r--r-- | src/gpgme.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgme.c b/src/gpgme.c index a0a6c6bc..65a2e309 100644 --- a/src/gpgme.c +++ b/src/gpgme.c @@ -320,6 +320,8 @@ _gpgme_release_result (gpgme_ctx_t ctx) } +/* Note that setting the protocol will intentionally not fail if the + * engine is not available. */ gpgme_error_t gpgme_set_protocol (gpgme_ctx_t ctx, gpgme_protocol_t protocol) { |