Merge pull request #2263 from cgwalters/createat-nullable

repo: Make ostree_repo_create_at take nullable options
This commit is contained in:
OpenShift Merge Robot 2021-01-12 03:38:46 -05:00 committed by GitHub
commit bdca64340b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
* *