summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-25 13:18:51 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-25 13:18:51 +0000
commitc9704e9802dfeda9b5a138535c59e98df3dd7196 (patch)
treeb95a685ab031feacef185540208e3609fab9c6b2
parentd53dcaada79ac0d8f7fa8fe3ee0a66c2826ed010 (diff)
downloadostree-baserock/morph.tar.gz
Fix GObject introspection annotation for ostree_repo_set_ref_immediatebaserock/morph
-rw-r--r--src/libostree/ostree-repo-commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-repo-commit.c b/src/libostree/ostree-repo-commit.c
index c6ac5728..e34c7165 100644
--- a/src/libostree/ostree-repo-commit.c
+++ b/src/libostree/ostree-repo-commit.c
@@ -1172,7 +1172,7 @@ ostree_repo_transaction_set_ref (OstreeRepo *self,
* @self: An #OstreeRepo
* @remote: (allow-none): A remote for the ref
* @ref: The ref to write
- * @checksum: The checksum to point it to
+ * @checksum: (allow-none): The checksum to point it to
* @cancellable: GCancellable
* @error: GError
*