From 2240d1108ee357e4c2120b48e9c1f10e4042042a Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 7 Jun 2016 14:44:55 -0400 Subject: [PATCH] ostree_repo_write_commit: add missing docstring arg Closes: #325 Approved by: cgwalters --- src/libostree/ostree-repo-commit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libostree/ostree-repo-commit.c b/src/libostree/ostree-repo-commit.c index 96403d61..b8f4824a 100644 --- a/src/libostree/ostree-repo-commit.c +++ b/src/libostree/ostree-repo-commit.c @@ -2010,6 +2010,7 @@ ostree_repo_write_commit (OstreeRepo *self, * @body: (allow-none): Body * @metadata: (allow-none): GVariant of type a{sv}, or %NULL for none * @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 * @cancellable: Cancellable * @error: Error