Merge branch 'mcatanzaro/gtlscertificate-introspection' into 'main'

gtlscertificate: Add more annotations to new properties

See merge request GNOME/glib!2166
This commit is contained in:
Michael Catanzaro 2021-06-21 16:07:42 +00:00
commit ed49de8b0f

View File

@ -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.