lib: fix some version tags

This commit is contained in:
Felix Krull 2021-03-26 20:31:01 +01:00 committed by Colin Walters
parent 96875b37e5
commit 47bf29fed3
1 changed files with 3 additions and 1 deletions

View File

@ -178,7 +178,7 @@ ostree_repo_list_static_delta_names (OstreeRepo *self,
* This function synchronously enumerates all static delta indexes in the * This function synchronously enumerates all static delta indexes in the
* repository, returning its result in @out_indexes. * repository, returning its result in @out_indexes.
* *
* Since: 2020.7 * Since: 2020.8
*/ */
gboolean gboolean
ostree_repo_list_static_delta_indexes (OstreeRepo *self, ostree_repo_list_static_delta_indexes (OstreeRepo *self,
@ -1254,6 +1254,8 @@ file_has_content (OstreeRepo *repo,
* This is normally called automatically when the summary is updated in ostree_repo_regenerate_summary(). * This is normally called automatically when the summary is updated in ostree_repo_regenerate_summary().
* *
* Locking: shared * Locking: shared
*
* Since: 2020.8
*/ */
gboolean gboolean
ostree_repo_static_delta_reindex (OstreeRepo *repo, ostree_repo_static_delta_reindex (OstreeRepo *repo,