ostree_repo_write_commit: add missing docstring arg
Closes: #325 Approved by: cgwalters
This commit is contained in:
parent
7fb49037ab
commit
2240d1108e
|
|
@ -2010,6 +2010,7 @@ ostree_repo_write_commit (OstreeRepo *self,
|
||||||
* @body: (allow-none): Body
|
* @body: (allow-none): Body
|
||||||
* @metadata: (allow-none): GVariant of type a{sv}, or %NULL for none
|
* @metadata: (allow-none): GVariant of type a{sv}, or %NULL for none
|
||||||
* @root: The tree to point the commit to
|
* @root: The tree to point the commit to
|
||||||
|
* @time: The time to use to stamp the commit
|
||||||
* @out_commit: (out): Resulting ASCII SHA256 checksum for commit
|
* @out_commit: (out): Resulting ASCII SHA256 checksum for commit
|
||||||
* @cancellable: Cancellable
|
* @cancellable: Cancellable
|
||||||
* @error: Error
|
* @error: Error
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue