get_version_string
Description:
public unowned string get_version_string ()
Get the library version as a string.
Returns:
|
The function return the pointer to a static string of the form "X.Y.Z", where `X is the major version
number, Y is a minor version number, and Z is the patch version number.
|