mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gtlscertificate: Add more annotations to new properties
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user