mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
gtlscertificate: Add more annotations to new properties
This commit is contained in:
parent
74595ab64a
commit
5e19ccd237
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user