checkVersion

Checks that the GMime library version meets the requirements of the required version.

bool
checkVersion
(
uint major
,
uint minor
,
uint micro
)

Parameters

major uint

Minimum major version

minor uint

Minimum minor version

micro uint

Minimum micro version

Return Value

Type: bool

true if the requirement is met or false otherwise.