From 03bbe4553007a6d0b92efc35e2fda3d6c90bc6ab Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Fri, 3 Nov 2017 15:53:19 +0000 Subject: [PATCH] lib/core: Fix documentation comment in ostree_validate_collection_id g-ir-scanner was spitting this warning: src/libostree/ostree-core.c:281: Warning: OSTree: ostree_validate_collection_id: unknown parameter 'rev' in documentation comment, should be 'collection_id' Closes: #1322 Approved by: pwithnall --- src/libostree/ostree-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libostree/ostree-core.c b/src/libostree/ostree-core.c index cee036d8..ea4c6cc3 100644 --- a/src/libostree/ostree-core.c +++ b/src/libostree/ostree-core.c @@ -278,7 +278,7 @@ ostree_validate_remote_name (const char *remote_name, /** * ostree_validate_collection_id: - * @rev: (nullable): A collection ID + * @collection_id: (nullable): A collection ID * @error: Error * * Check whether the given @collection_id is valid. Return an error if it is