Details
IPATCH_VERSION
#define IPATCH_VERSION "1.0.0"
IPATCH_VERSION_MAJOR
#define IPATCH_VERSION_MAJOR 1
IPATCH_VERSION_MINOR
#define IPATCH_VERSION_MINOR 0
IPATCH_VERSION_MICRO
#define IPATCH_VERSION_MICRO 0
ipatch_version ()
void ipatch_version (guint *major
,
guint *minor
,
guint *micro
);
Fetch the runtime version of the libInstPatch library.
major :
|
Pointer to store major version or NULL
|
minor :
|
Pointer to store minor version or NULL
|
micro :
|
Pointer to store micro version or NULL
|