API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.0
#define GLIB_CHECK_VERSION ( major, minor, micro )
Checks whether the version of the GLib library that is being compiled against is greater than or equal to the given one.
See glib_check_version() for a runtime check.
glib_check_version()
Available since: 2.0
This function is not directly available to language bindings.
major
Type: -
-
The major version to check for.
minor
The minor version to check for.
micro
The micro version to check for.