Merge pull request #2226 from alexlarsson/fix-gir-arg

ostree_repo_gpg_sign_data: Fix API doc argument name
This commit is contained in:
OpenShift Merge Robot 2020-10-28 13:31:50 -04:00 committed by GitHub
commit 64e09f46b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5229,7 +5229,7 @@ ostree_repo_add_gpg_signature_summary (OstreeRepo *self,
* @old_signatures: Existing signatures to append to (or %NULL) * @old_signatures: Existing signatures to append to (or %NULL)
* @key_id: (array zero-terminated=1) (element-type utf8): NULL-terminated array of GPG keys. * @key_id: (array zero-terminated=1) (element-type utf8): NULL-terminated array of GPG keys.
* @homedir: (allow-none): GPG home directory, or %NULL * @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 * @cancellable: A #GCancellable
* @error: a #GError * @error: a #GError
* *