summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-02-05 20:40:24 +0100
committerMaximiliano Sandoval R <msandova@gnome.org>2022-02-07 13:02:10 +0100
commit6d5c9782acb8b095c3fce68dd9d46476c016cb11 (patch)
treeea082e047ab2e5423a10dae50a2c0a45286cc092
parent87261102192086f58ba0cf2cb8942e684c972f77 (diff)
downloadlibsecret-6d5c9782acb8b095c3fce68dd9d46476c016cb11.tar.gz
CHECK_VERSION: Document macro
Macros do not use Returns annotation.
-rw-r--r--libsecret/secret-version.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsecret/secret-version.h.in b/libsecret/secret-version.h.in
index 8dae6a5..810d11e 100644
--- a/libsecret/secret-version.h.in
+++ b/libsecret/secret-version.h.in
@@ -46,8 +46,8 @@
* @minor: minor version to be satisfied
* @micro: micro version to be satisfied
*
- * Returns: %TRUE if using libsecret is newer than or equal to the
- * given version
+ * Returns `TRUE` if using libsecret is newer than or equal to the
+ * given version.
*/
#define SECRET_CHECK_VERSION(major, minor, micro) \
(SECRET_MAJOR_VERSION > (major) || \