CHECK_VERSION: Document macro

Macros do not use Returns annotation.
This commit is contained in:
Maximiliano Sandoval R 2022-02-05 20:40:24 +01:00
parent 8726110219
commit 6d5c9782ac
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -46,8 +46,8 @@
* @minor: minor version to be satisfied * @minor: minor version to be satisfied
* @micro: micro version to be satisfied * @micro: micro version to be satisfied
* *
* Returns: %TRUE if using libsecret is newer than or equal to the * Returns `TRUE` if using libsecret is newer than or equal to the
* given version * given version.
*/ */
#define SECRET_CHECK_VERSION(major, minor, micro) \ #define SECRET_CHECK_VERSION(major, minor, micro) \
(SECRET_MAJOR_VERSION > (major) || \ (SECRET_MAJOR_VERSION > (major) || \