mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
CHECK_VERSION: Document macro
Macros do not use Returns annotation.
This commit is contained in:
parent
8726110219
commit
6d5c9782ac
@ -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) || \
|
||||
|
Loading…
Reference in New Issue
Block a user