diff options
Diffstat (limited to '')
| -rw-r--r-- | lang/cpp/src/key.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/lang/cpp/src/key.h b/lang/cpp/src/key.h index 85b16dfc..f193093c 100644 --- a/lang/cpp/src/key.h +++ b/lang/cpp/src/key.h @@ -146,6 +146,12 @@ public:      unsigned int keyListMode() const; +    /*! Update information about this key. +     * Starts a keylisting for this key with validity +     * and tofu information gathering. Blocks for +     * how long the keylisting takes.*/ +    void update(); +  private:      gpgme_key_t impl() const      { | 
