mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-12 13:18:27 +03:00
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
This commit is contained in:
parent
69c4737491
commit
03bbe45530
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user