[libsecret: 5/13] CHECK_VERSION: Document macro
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret: 5/13] CHECK_VERSION: Document macro
- Date: Sat, 12 Feb 2022 10:52:28 +0000 (UTC)
commit 6d5c9782acb8b095c3fce68dd9d46476c016cb11
Author: Maximiliano Sandoval R <msandova gnome org>
Date: Sat Feb 5 20:40:24 2022 +0100
CHECK_VERSION: Document macro
Macros do not use Returns annotation.
libsecret/secret-version.h.in | 4 ++--
1 file 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) || \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]