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(). *