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:
Dan Nicholson 2016-07-08 13:51:36 -07:00 committed by Atomic Bot
parent c31cf75552
commit 4ebcd57fec
1 changed files with 1 additions and 1 deletions

View File

@ -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