lib: add some missing version tags
authorFelix Krull <f_krull@gmx.de>
Tue, 25 Aug 2020 17:57:27 +0000 (19:57 +0200)
committerFelix Krull <f_krull@gmx.de>
Wed, 26 Aug 2020 20:32:47 +0000 (22:32 +0200)
src/libostree/ostree-repo-commit.c
src/libostree/ostree-sign.c
src/libostree/ostree-sign.h

index 0c9de239b2481e625ab6490f455a7172819d8753..20340257499a3c7761894d4148ae2fd31552ad65 100644 (file)
@@ -4332,6 +4332,8 @@ ostree_repo_commit_modifier_set_sepolicy (OstreeRepoCommitModifier
  * In many cases, one wants to create a "derived" commit from base commit.
  * SELinux policy labels are part of that base commit.  This API allows
  * one to easily set up SELinux labeling from a base commit.
+ *
+ * Since: 2020.4
  */
 gboolean 
 ostree_repo_commit_modifier_set_sepolicy_from_commit (OstreeRepoCommitModifier              *modifier,
index bcb5d0a6da047091b40477e10810afc605a1f29b..e78ffe2643d649ea0c5f0500e099cc146575f10d 100644 (file)
@@ -593,6 +593,8 @@ ostree_sign_get_by_name (const gchar *name, GError **error)
  * Based on ostree_repo_add_gpg_signature_summary implementation.
  *
  * Returns: @TRUE if summary file has been signed with all provided keys
+ *
+ * Since: 2020.2
  */
 gboolean
 ostree_sign_summary (OstreeSign    *self,
index 0d0690599014eaddb39177e6df6d016062c79e35..75dd4837ebda24cf2c8a046fb7c2a207d7962fb7 100644 (file)
@@ -52,6 +52,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS
 /**
  * OSTREE_SIGN_NAME_ED25519:
  * The name of the default ed25519 signing type.
+ *
+ * Since: 2020.4
  */
 #define OSTREE_SIGN_NAME_ED25519 "ed25519"