pub fn version() -> (i32, i32, i32)
Expand description
This function fetches the version of the GEGL library being used by
the running process.
a pointer to a int where the major version number will be stored
ditto for the minor version number
ditto for the micro version number