[git] GPGME - branch, javascript-binding, updated. gpgme-1.11.1-96-g3fb094a

by Maximilian Krambach cvs at cvs.gnupg.org
Fri Aug 17 17:13:06 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, javascript-binding has been updated
       via  3fb094a9b8c320fc10e537a9bb5fab34807f4e52 (commit)
      from  ad39d54d192864b54a155bf5f94d5b6bb3e8612a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3fb094a9b8c320fc10e537a9bb5fab34807f4e52
Author: Maximilian Krambach <maximilian.krambach at intevation.de>
Date:   Fri Aug 17 17:14:51 2018 +0200

    js: small documentation fix
    
    --

diff --git a/lang/js/src/Key.js b/lang/js/src/Key.js
index 5d0c816..ea6fd88 100644
--- a/lang/js/src/Key.js
+++ b/lang/js/src/Key.js
@@ -179,12 +179,13 @@ class GPGME_Key {
         };
 
         /**
-         * Find out if the Key includes a secret part. Note that this is a
-         * rather nonperformant operation.
-         * If you want this inforrmation about more than a few Keys, it may be
-         * advisable to run {@link Keyring.getKeys} instead.
-         * @returns {Promise<Boolean|GPGME_Error>} True if a secret/private Key
-         * is available in the gnupg Keyring
+         * Find out if the Key is part of a Key pair including public and
+         * private key(s). If you want this information about more than a few
+         * Keys in synchronous mode, it may be advisable to run
+         * {@link Keyring.getKeys} instead, as it performs faster in bulk
+         * querying this state.
+         * @returns {Promise<Boolean|GPGME_Error>} True if a private Key is
+         * available in the gnupg Keyring.
          * @async
          */
         this.getGnupgSecretState = function (){

-----------------------------------------------------------------------

Summary of changes:
 lang/js/src/Key.js | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list