From: Alexander Larsson Date: Wed, 28 Oct 2020 14:53:18 +0000 (+0100) Subject: ostree_repo_gpg_sign_data: Fix API doc argument name X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~6^2~11^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2f78441bea41fa28033f4a9b8a216913384dd623;p=ostree.git ostree_repo_gpg_sign_data: Fix API doc argument name I got: src/libostree/ostree-repo.c:5232: Warning: OSTree: ostree_repo_gpg_sign_data: unknown parameter 'out_signature' in documentation comment, should be 'out_signatures' --- diff --git a/src/libostree/ostree-repo.c b/src/libostree/ostree-repo.c index 3bbf5ea0..c91930d9 100644 --- a/src/libostree/ostree-repo.c +++ b/src/libostree/ostree-repo.c @@ -5230,7 +5230,7 @@ ostree_repo_add_gpg_signature_summary (OstreeRepo *self, * @old_signatures: Existing signatures to append to (or %NULL) * @key_id: (array zero-terminated=1) (element-type utf8): NULL-terminated array of GPG keys. * @homedir: (allow-none): GPG home directory, or %NULL - * @out_signature: (out): in case of success will contain signature + * @out_signatures: (out): in case of success will contain signature * @cancellable: A #GCancellable * @error: a #GError *