repo: Make ostree_repo_create_at take nullable options

Hit this when trying to use the Rust bindings.
This commit is contained in:
Colin Walters 2021-01-12 01:20:23 +00:00
parent 0b90f1f9a8
commit 125c83850a
1 changed files with 1 additions and 1 deletions

View File

@ -2584,7 +2584,7 @@ ostree_repo_create (OstreeRepo *self,
* @dfd: Directory fd * @dfd: Directory fd
* @path: Path * @path: Path
* @mode: The mode to store the repository in * @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 * @cancellable: Cancellable
* @error: Error * @error: Error
* *