summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Krull <f_krull@gmx.de>2021-03-26 20:31:01 +0100
committerColin Walters <walters@verbum.org>2021-03-26 15:59:07 -0400
commit47bf29fed3b99d72c153d3c1581bf9a19c7a9b6d (patch)
tree9a135971f9318cdad94a32a503ad79abdd16a516
parent96875b37e5eba1bfcc9abeb9afa4beee95e0a9da (diff)
downloadostree-47bf29fed3b99d72c153d3c1581bf9a19c7a9b6d.tar.gz
lib: fix some version tags
-rw-r--r--src/libostree/ostree-repo-static-delta-core.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libostree/ostree-repo-static-delta-core.c b/src/libostree/ostree-repo-static-delta-core.c
index c2536724..e4280af0 100644
--- a/src/libostree/ostree-repo-static-delta-core.c
+++ b/src/libostree/ostree-repo-static-delta-core.c
@@ -178,7 +178,7 @@ ostree_repo_list_static_delta_names (OstreeRepo *self,
* This function synchronously enumerates all static delta indexes in the
* repository, returning its result in @out_indexes.
*
- * Since: 2020.7
+ * Since: 2020.8
*/
gboolean
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().
*
* Locking: shared
+ *
+ * Since: 2020.8
*/
gboolean
ostree_repo_static_delta_reindex (OstreeRepo *repo,