mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
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'
This commit is contained in:
parent
6d64477c8d
commit
2f78441bea
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user