Function babl::version

source ·
pub fn version() -> (i32, i32, i32)
Expand description

This function fetches the version of the GEGL library being used by the running process.

Returns

major

a pointer to a int where the major version number will be stored

minor

ditto for the minor version number

micro

ditto for the micro version number