From: Colin Walters Date: Tue, 12 Jan 2021 01:20:23 +0000 (+0000) Subject: repo: Make ostree_repo_create_at take nullable options X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~5^2~24^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=125c83850a9112ea2f9655216ac11070e28ca6b3;p=ostree.git repo: Make ostree_repo_create_at take nullable options Hit this when trying to use the Rust bindings. --- diff --git a/src/libostree/ostree-repo.c b/src/libostree/ostree-repo.c index 1c951b12..2469b52e 100644 --- a/src/libostree/ostree-repo.c +++ b/src/libostree/ostree-repo.c @@ -2584,7 +2584,7 @@ ostree_repo_create (OstreeRepo *self, * @dfd: Directory fd * @path: Path * @mode: The mode to store the repository in - * @options: a{sv}: See below for accepted keys + * @options: (nullable): a{sv}: See below for accepted keys * @cancellable: Cancellable * @error: Error *