Merge branch 'array-length-annotation-tls-certificate-new-from-pkcs12' into 'main'

Add `(array length)` annotation to `g_tls_certificate_new_from_pkcs12()`

See merge request GNOME/glib!2453
This commit is contained in:
Philip Withnall 2022-01-25 11:15:31 +00:00
commit 0ea10bf904

View File

@ -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.