Top | ![]() |
![]() |
![]() |
![]() |
void gegl_get_version (int *major
,int *minor
,int *micro
);
This function fetches the version of the GEGL library being used by the running process.
major |
a pointer to a int where the major version number will be stored. |
[out caller-allocates] |
minor |
ditto for the minor version number. |
[out caller-allocates] |
micro |
ditto for the micro version number. |
[out caller-allocates] |