Function Macro

SecretCHECK_VERSION

Declaration [src]

#define SECRET_CHECK_VERSION (
  major,
  minor,
  micro
)

Description [src]

Returns TRUE if using libsecret is newer than or equal to the given version.

Parameters

major none
 

Major version to be satisfied.

minor none
 

Minor version to be satisfied.

micro none
 

Micro version to be satisfied.