From c44642ff5eb3257a0fe7b1a17001ea5fc52393fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Jul 2023 15:23:29 +0200 Subject: build out of sources tree --- REFLECTION | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4f97f10..e260b2d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 gnupg version 1.5.0 ] { +Extension [ extension #124 gnupg version 1.5.1 ] { - Constants [36] { Constant [ int GNUPG_SIG_MODE_NORMAL ] { 0 } @@ -36,7 +36,7 @@ Extension [ 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 [ extension #119 gnupg version 1.5.0 ] { - Parameters [0] { } + - Tentative return [ mixed ] } Method [ public method key ] { - Parameters [0] { } + - Tentative return [ mixed ] } Method [ public method next ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ public method rewind ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ public method valid ] { - Parameters [0] { } + - Tentative return [ bool ] } } } -- cgit