summaryrefslogtreecommitdiff
path: root/gio/src/gio_signals.defs
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-10-05 10:39:49 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-10-05 10:39:49 +0200
commitf042c043a776e72ab95f4efa626ce942b5fc1c19 (patch)
tree7baf7370c3c4435af7c44fa4b41eb87da344fe5e /gio/src/gio_signals.defs
parente93e7d00ee196d2b867e6b0e3f8fa2615f18708c (diff)
downloadglibmm-f042c043a776e72ab95f4efa626ce942b5fc1c19.tar.gz
Glib, Gio: Regenerate docs.xml and .defs files
using gtk files from glib 2.70.0. And update gio_docs_override.xml and glib_extra_objects.defs.
Diffstat (limited to 'gio/src/gio_signals.defs')
-rw-r--r--gio/src/gio_signals.defs100
1 files changed, 98 insertions, 2 deletions
diff --git a/gio/src/gio_signals.defs b/gio/src/gio_signals.defs
index 905a294c..3036c5e0 100644
--- a/gio/src/gio_signals.defs
+++ b/gio/src/gio_signals.defs
@@ -2271,7 +2271,7 @@
(of-object "GTlsCertificate")
(prop-type "GParamBoxed")
(docs "The DER representation of the certificate’s private key")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #t)
)
@@ -2280,7 +2280,7 @@
(of-object "GTlsCertificate")
(prop-type "GParamString")
(docs "The PEM representation of the certificate’s private key")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #t)
(default-value "")
@@ -2295,6 +2295,82 @@
(construct-only #t)
)
+(define-property pkcs11-uri
+ (of-object "GTlsCertificate")
+ (prop-type "GParamString")
+ (docs "The PKCS #11 URI")
+ (readable #t)
+ (writable #t)
+ (construct-only #t)
+ (default-value "")
+)
+
+(define-property private-key-pkcs11-uri
+ (of-object "GTlsCertificate")
+ (prop-type "GParamString")
+ (docs "The PKCS #11 URI for a private key")
+ (readable #t)
+ (writable #t)
+ (construct-only #t)
+ (default-value "")
+)
+
+(define-property not-valid-before
+ (of-object "GTlsCertificate")
+ (prop-type "GParamBoxed")
+ (docs "Cert should not be considered valid before this time.")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+)
+
+(define-property not-valid-after
+ (of-object "GTlsCertificate")
+ (prop-type "GParamBoxed")
+ (docs "Cert should not be considered valid after this time.")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+)
+
+(define-property subject-name
+ (of-object "GTlsCertificate")
+ (prop-type "GParamString")
+ (docs "The subject name from the certificate.")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+ (default-value "")
+)
+
+(define-property issuer-name
+ (of-object "GTlsCertificate")
+ (prop-type "GParamString")
+ (docs "The issuer from the certificate.")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+ (default-value "")
+)
+
+(define-property dns-names
+ (of-object "GTlsCertificate")
+ (prop-type "GParamBoxed")
+ (docs "DNS Names listed on the cert.")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+)
+
+(define-property ip-addresses
+ (of-object "GTlsCertificate")
+ (prop-type "GParamBoxed")
+ (docs "IP Addresses listed on the cert.")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+)
+
;; From GTlsClientConnection
(define-property accepted-cas
@@ -2454,6 +2530,26 @@
(default-value "")
)
+(define-property protocol-version
+ (of-object "GTlsConnection")
+ (prop-type "GParamEnum")
+ (docs "TLS protocol version negotiated for this connection")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+ (default-value "G_TLS_PROTOCOL_VERSION_UNKNOWN")
+)
+
+(define-property ciphersuite-name
+ (of-object "GTlsConnection")
+ (prop-type "GParamString")
+ (docs "Name of ciphersuite negotiated for this connection")
+ (readable #t)
+ (writable #f)
+ (construct-only #f)
+ (default-value "")
+)
+
;; From GTlsDatabase
;; From GTlsFileDatabase