From: Krzesimir Nowak Date: Tue, 19 Apr 2016 08:56:13 +0000 (+0200) Subject: lib: Fix an introspection annotation X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~51^2~120 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6ff7c876dc15209e0c9b323c43d4b271ddacdd57;p=ostree.git lib: Fix an introspection annotation The "allow-none" annotation does not make sense for a plain boolean parameter. Closes: #267 Approved by: cgwalters --- diff --git a/src/libostree/ostree-repo.c b/src/libostree/ostree-repo.c index 08e6a48f..f5c1b00a 100644 --- a/src/libostree/ostree-repo.c +++ b/src/libostree/ostree-repo.c @@ -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 *