repo: Fix annotation for ostree_repo_add_gpg_signature_summary
GI needs to know this is a NULL terminated array of gchar or you'll segfault using it from a binding. Closes: #387 Approved by: cgwalters
This commit is contained in:
parent
c31cf75552
commit
4ebcd57fec
|
|
@ -4219,7 +4219,7 @@ ostree_repo_sign_delta (OstreeRepo *self,
|
|||
/**
|
||||
* ostree_repo_add_gpg_signature_summary:
|
||||
* @self: Self
|
||||
* @key_id: 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
|
||||
* @cancellable: A #GCancellable
|
||||
* @error: a #GError
|
||||
|
|
|
|||
Loading…
Reference in New Issue