lib: Fix an introspection annotation

The "allow-none" annotation does not make sense for a plain boolean
parameter.

Closes: #267
Approved by: cgwalters
This commit is contained in:
Krzesimir Nowak 2016-04-19 10:56:13 +02:00 committed by Colin Walters (automation)
parent 90400d3a62
commit 6ff7c876dc

View File

@ -426,7 +426,7 @@ ostree_repo_get_remote_list_option (OstreeRepo *self,
* @self: A OstreeRepo
* @remote_name: Name
* @option_name: Option
* @default_value: (allow-none): Value returned if @option_name is not present
* @default_value: Value returned if @option_name is not present
* @out_value: (out) : location to store the result.
* @error: Error
*