mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 11:44:03 +02: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:
@@ -338,7 +338,7 @@ g_tls_certificate_class_init (GTlsCertificateClass *class)
|
|||||||
G_PARAM_STATIC_STRINGS));
|
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),
|
* The DNS names from the certificate's Subject Alternative Names (SANs),
|
||||||
* %NULL if unavailable.
|
* %NULL if unavailable.
|
||||||
@@ -354,7 +354,7 @@ g_tls_certificate_class_init (GTlsCertificateClass *class)
|
|||||||
G_PARAM_STATIC_STRINGS));
|
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),
|
* The IP addresses from the certificate's Subject Alternative Names (SANs),
|
||||||
* %NULL if unavailable.
|
* %NULL if unavailable.
|
||||||
|
Reference in New Issue
Block a user