[glib: 1/2] gtlscertificate: Add more annotations to new properties
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] gtlscertificate: Add more annotations to new properties
- Date: Mon, 21 Jun 2021 16:07:43 +0000 (UTC)
commit 5e19ccd237aef5a50754d7597430c9496bda2b49
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Jun 21 16:07:42 2021 +0000
gtlscertificate: Add more annotations to new properties
gio/gtlscertificate.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gtlscertificate.c b/gio/gtlscertificate.c
index cc4046c88..308a0a7ed 100644
--- a/gio/gtlscertificate.c
+++ b/gio/gtlscertificate.c
@@ -338,7 +338,7 @@ g_tls_certificate_class_init (GTlsCertificateClass *class)
G_PARAM_STATIC_STRINGS));
/**
- * GTlsCertificate:dns-names: (nullable)
+ * GTlsCertificate:dns-names: (nullable) (element-type GBytes) (transfer container)
*
* The DNS names from the certificate's Subject Alternative Names (SANs),
* %NULL if unavailable.
@@ -354,7 +354,7 @@ g_tls_certificate_class_init (GTlsCertificateClass *class)
G_PARAM_STATIC_STRINGS));
/**
- * GTlsCertificate:ip-addresses: (nullable)
+ * GTlsCertificate:ip-addresses: (nullable) (element-type GInetAddress) (transfer container)
*
* The IP addresses from the certificate's Subject Alternative Names (SANs),
* %NULL if unavailable.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]