Merge pull request #2226 from alexlarsson/fix-gir-arg
ostree_repo_gpg_sign_data: Fix API doc argument name
This commit is contained in:
commit
64e09f46b8
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue