summaryrefslogtreecommitdiff
path: root/apidoc
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-09-26 15:15:57 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-09-27 14:44:00 +0000
commit149aec10997963c4447279bb7ca96a9925529d22 (patch)
tree239e56899f2528e16bea6a39cdda49f4a560e719 /apidoc
parent9546e6795e8778f00d6df5dfbd3905754b3de05b (diff)
downloadostree-149aec10997963c4447279bb7ca96a9925529d22.tar.gz
lib/repo-refs: Add first version of ostree_repo_resolve_collection_ref()
This is a parallel for ostree_repo_resolve_rev_ext() which works on collection–refs. At the moment, the implementation is simple and uses ostree_repo_list_collection_refs(). In future, it could be rewritten to check the checksum directly rather than enumerating all potentially-relevant checksums. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1182 Approved by: cgwalters
Diffstat (limited to 'apidoc')
-rw-r--r--apidoc/ostree-experimental-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/apidoc/ostree-experimental-sections.txt b/apidoc/ostree-experimental-sections.txt
index 23412dda..c43d11e1 100644
--- a/apidoc/ostree-experimental-sections.txt
+++ b/apidoc/ostree-experimental-sections.txt
@@ -85,4 +85,5 @@ ostree_repo_list_collection_refs
ostree_repo_remote_list_collection_refs
ostree_repo_set_collection_ref_immediate
ostree_repo_transaction_set_collection_ref
+ostree_repo_resolve_collection_ref
</SECTION>