diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2022-01-25 14:10:54 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2022-01-25 14:10:54 +0200 |
commit | f50282e4b2b9c3e2c8292b8ca6ae82caaab71ecc (patch) | |
tree | 06402cec866b385ba546c64773eb03541fb4fdb1 /gir | |
parent | 271850df95a310e0a4015b71569a3df1b8b06745 (diff) | |
download | gobject-introspection-f50282e4b2b9c3e2c8292b8ca6ae82caaab71ecc.tar.gz |
Update glib introspection data
This is based on 0ea10bf904e2098739fe0f5df52be549343effa9
Diffstat (limited to 'gir')
-rw-r--r-- | gir/gio-2.0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index 093080e3..a1298c01 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -40203,7 +40203,7 @@ /** * 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. |