hb-version

hb-version

Functions

#define HB_VERSION_CHECK()
void hb_version ()
hb_bool_t hb_version_check ()
const char * hb_version_string ()

Types and Values

Description

Functions

HB_VERSION_CHECK()

#define             HB_VERSION_CHECK(major,minor,micro)

hb_version ()

void
hb_version (unsigned int *major,
            unsigned int *minor,
            unsigned int *micro);

Returns library version as three integer components.

Parameters

major

Library major version component.

[out]

minor

Library minor version component.

[out]

micro

Library micro version component.

[out]

Since: 1.0


hb_version_check ()

hb_bool_t
hb_version_check (unsigned int major,
                  unsigned int minor,
                  unsigned int micro);

Since: 1.0


hb_version_string ()

const char *
hb_version_string (void);

Returns library version as a string with three components.

Returns

library version string.

Since: 1.0

Types and Values

HB_VERSION_MAJOR

#define             HB_VERSION_MAJOR

HB_VERSION_MICRO

#define             HB_VERSION_MICRO

HB_VERSION_MINOR

#define             HB_VERSION_MINOR

HB_VERSION_STRING

#define             HB_VERSION_STRING