Merge pull request #2263 from cgwalters/createat-nullable
repo: Make ostree_repo_create_at take nullable options
This commit is contained in:
commit
bdca64340b
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue