ostree-repo-finder: Clarify immutability after construction
I think this was the intention, but I forgot to document it. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1863 Approved by: mwleeds
This commit is contained in:
parent
b847cc37bb
commit
e0ddaa811b
|
|
@ -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
|
* which allow ostree_repo_pull_from_remotes_async() (for example) to prioritise
|
||||||
* how to pull the refs.
|
* how to pull the refs.
|
||||||
*
|
*
|
||||||
|
* An #OstreeRepoFinderResult is immutable after construction.
|
||||||
|
*
|
||||||
* The @priority is used as one input of many to ordering functions like
|
* The @priority is used as one input of many to ordering functions like
|
||||||
* ostree_repo_finder_result_compare().
|
* ostree_repo_finder_result_compare().
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue