From e0ddaa811b2f7a1af7e24c6b8c6f1074e216609e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 24 May 2019 13:43:34 +0100 Subject: [PATCH] ostree-repo-finder: Clarify immutability after construction I think this was the intention, but I forgot to document it. Signed-off-by: Philip Withnall Closes: #1863 Approved by: mwleeds --- src/libostree/ostree-repo-finder.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libostree/ostree-repo-finder.h b/src/libostree/ostree-repo-finder.h index 7c9be300..f9c26199 100644 --- a/src/libostree/ostree-repo-finder.h +++ b/src/libostree/ostree-repo-finder.h @@ -111,6 +111,8 @@ GPtrArray *ostree_repo_finder_resolve_all_finish (GAsyncResult *result, * which allow ostree_repo_pull_from_remotes_async() (for example) to prioritise * how to pull the refs. * + * An #OstreeRepoFinderResult is immutable after construction. + * * The @priority is used as one input of many to ordering functions like * ostree_repo_finder_result_compare(). *