mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
gio: Add missing nullable annotations
This commit is contained in:
@@ -784,7 +784,7 @@ g_tls_certificate_list_new_from_file (const gchar *file,
|
||||
*
|
||||
* Gets the #GTlsCertificate representing @cert's issuer, if known
|
||||
*
|
||||
* Returns: (transfer none): The certificate of @cert's issuer,
|
||||
* Returns: (nullable) (transfer none): The certificate of @cert's issuer,
|
||||
* or %NULL if @cert is self-signed or signed with an unknown
|
||||
* certificate.
|
||||
*
|
||||
|
Reference in New Issue
Block a user