summaryrefslogtreecommitdiff
path: root/gio/src/gio_signals.defs
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/gio_signals.defs')
-rw-r--r--gio/src/gio_signals.defs22
1 files changed, 22 insertions, 0 deletions
diff --git a/gio/src/gio_signals.defs b/gio/src/gio_signals.defs
index 3036c5e0..7c56f76c 100644
--- a/gio/src/gio_signals.defs
+++ b/gio/src/gio_signals.defs
@@ -2198,6 +2198,7 @@
(readable #t)
(writable #t)
(construct-only #f)
+ (deprecated #t)
(default-value "G_TLS_CERTIFICATE_UNKNOWN_CA | G_TLS_CERTIFICATE_BAD_IDENTITY | G_TLS_CERTIFICATE_NOT_ACTIVATED | G_TLS_CERTIFICATE_EXPIRED | G_TLS_CERTIFICATE_REVOKED | G_TLS_CERTIFICATE_INSECURE | G_TLS_CERTIFICATE_GENERIC_ERROR")
)
@@ -2371,6 +2372,25 @@
(construct-only #f)
)
+(define-property pkcs12-data
+ (of-object "GTlsCertificate")
+ (prop-type "GParamBoxed")
+ (docs "The PKCS #12 data used for construction")
+ (readable #f)
+ (writable #t)
+ (construct-only #t)
+)
+
+(define-property password
+ (of-object "GTlsCertificate")
+ (prop-type "GParamString")
+ (docs "Password used when constructing from bytes")
+ (readable #f)
+ (writable #t)
+ (construct-only #t)
+ (default-value "")
+)
+
;; From GTlsClientConnection
(define-property accepted-cas
@@ -2409,6 +2429,7 @@
(readable #t)
(writable #t)
(construct-only #f)
+ (deprecated #t)
(default-value "G_TLS_CERTIFICATE_UNKNOWN_CA | G_TLS_CERTIFICATE_BAD_IDENTITY | G_TLS_CERTIFICATE_NOT_ACTIVATED | G_TLS_CERTIFICATE_EXPIRED | G_TLS_CERTIFICATE_REVOKED | G_TLS_CERTIFICATE_INSECURE | G_TLS_CERTIFICATE_GENERIC_ERROR")
)
@@ -3105,6 +3126,7 @@
(of-object "GDBusProxy")
(return-type "void")
(flags "Run Last, Must Collect")
+ (detailed #t)
(parameters
'("const-gchar*" "p0")
'("const-gchar*" "p1")