[glib/mcatanzaro/gtlscertificate-introspection] gtlscertificate: Add more annotations to new properties




commit 1f492d8f4df115beea5af9bbea2d8888d5d9da4d
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Fri Jun 18 17:08:59 2021 -0500

    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..c40f8d695 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]