version

version

Functions

void ipatch_version ()

Types and Values

Description

Functions

ipatch_version ()

void
ipatch_version (guint *major,
                guint *minor,
                guint *micro);

Fetch the runtime version of the libInstPatch library.

Parameters

major

Pointer to store major version or NULL.

[out][optional]

minor

Pointer to store minor version or NULL.

[out][optional]

micro

Pointer to store micro version or NULL.

[out][optional]

Types and Values

IPATCH_VERSION

#define IPATCH_VERSION       "1.1.6"

IPATCH_VERSION_MAJOR

#define IPATCH_VERSION_MAJOR 1

IPATCH_VERSION_MINOR

#define IPATCH_VERSION_MINOR 1

IPATCH_VERSION_MICRO

#define IPATCH_VERSION_MICRO 6