mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
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
|
||||
* @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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user