[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This function checks whether the version of libgimpprint that the
program is linked with is equal to the version number passed to it. If
the version is the same, the function returns NULL
. If any of
the version numbers do not match (i.e. the library version is too old
or too new), a string containing a desription of the difference is
returned. The first error found is returned. The function checks in
the order major, minor, micro.