mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
commit
ed49de8b0f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user