From 6ff7c876dc15209e0c9b323c43d4b271ddacdd57 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 19 Apr 2016 10:56:13 +0200 Subject: [PATCH] lib: Fix an introspection annotation The "allow-none" annotation does not make sense for a plain boolean parameter. Closes: #267 Approved by: cgwalters --- src/libostree/ostree-repo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *