mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Add (array length)
annotation to g_tls_certificate_new_from_pkcs12()
This commit is contained in:
parent
3b58e8547d
commit
1979bfed4b
@ -732,7 +732,7 @@ g_tls_certificate_new_from_pem (const gchar *data,
|
||||
|
||||
/**
|
||||
* g_tls_certificate_new_from_pkcs12:
|
||||
* @data: DER-encoded PKCS #12 format certificate data
|
||||
* @data: (array length=length): DER-encoded PKCS #12 format certificate data
|
||||
* @length: the length of @data
|
||||
* @password: (nullable): optional password for encrypted certificate data
|
||||
* @error: #GError for error reporting, or %NULL to ignore.
|
||||
|
Loading…
Reference in New Issue
Block a user