From 3ebda96b5f309407f426c1b4071d334ac6648f8c Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 24 Feb 2024 10:25:55 +0100 Subject: [PATCH] secret-attributes: Annotate secret_attributes_validate --- libsecret/secret-attributes.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsecret/secret-attributes.c b/libsecret/secret-attributes.c index 3b72acf..9cf7c53 100644 --- a/libsecret/secret-attributes.c +++ b/libsecret/secret-attributes.c @@ -191,6 +191,8 @@ secret_attributes_buildv (const SecretSchema *schema, * of attribute values. * * Returns: whether or not the given attributes table is valid + * + * Since: 0.21.2 */ gboolean secret_attributes_validate (const SecretSchema *schema,