Function

Valentcheck_version

unstable since: 1.0

Declaration [src]

gboolean
valent_check_version (
  unsigned int major,
  unsigned int minor
)

Description [src]

Run-time version check.

Evaluates to TRUE if the API version of libvalent is greater than or equal to the required one.

Available since: 1.0

Parameters

major

Type: unsigned int

Required major version.

minor

Type: unsigned int

Required minor version.

Return value

Type: gboolean

TRUE if the requirement is met, or FALSE if not.