Function Macro
GLibCHECK_VERSION
Declaration [src]
#define GLIB_CHECK_VERSION (
major,
minor,
micro
)
Description [src]
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.
This function is not directly available to language bindings.