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:
parent
90400d3a62
commit
6ff7c876dc
|
|
@ -426,7 +426,7 @@ ostree_repo_get_remote_list_option (OstreeRepo *self,
|
||||||
* @self: A OstreeRepo
|
* @self: A OstreeRepo
|
||||||
* @remote_name: Name
|
* @remote_name: Name
|
||||||
* @option_name: Option
|
* @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.
|
* @out_value: (out) : location to store the result.
|
||||||
* @error: Error
|
* @error: Error
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue