diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 gnupg version 1.5.0 ] { +Extension [ <persistent> extension #124 gnupg version 1.5.1 ] { - Constants [36] { Constant [ int GNUPG_SIG_MODE_NORMAL ] { 0 } @@ -36,7 +36,7 @@ Extension [ <persistent> extension #119 gnupg version 1.5.0 ] { Constant [ int GNUPG_PK_ECDSA ] { 301 } Constant [ int GNUPG_PK_ECDH ] { 302 } Constant [ int GNUPG_PK_EDDSA ] { 303 } - Constant [ string GNUPG_GPGME_VERSION ] { 1.15.1 } + Constant [ string GNUPG_GPGME_VERSION ] { 1.17.0 } } - Functions { @@ -483,30 +483,35 @@ Extension [ <persistent> extension #119 gnupg version 1.5.0 ] { - Parameters [0] { } + - Tentative return [ mixed ] } Method [ <internal:gnupg, prototype Iterator> public method key ] { - Parameters [0] { } + - Tentative return [ mixed ] } Method [ <internal:gnupg, prototype Iterator> public method next ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:gnupg, prototype Iterator> public method rewind ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:gnupg, prototype Iterator> public method valid ] { - Parameters [0] { } + - Tentative return [ bool ] } } } |