ibusversion

ibusversion — Current version of IBus.

Stability Level

Stable, unless otherwise indicated

Synopsis

#define             IBUS_MAJOR_VERSION
#define             IBUS_MINOR_VERSION
#define             IBUS_MICRO_VERSION
#define             IBUS_CHECK_VERSION                  (major,
                                                         minor,
                                                         micro)

Description

IBusVersion shows the current IBus version.

Details

IBUS_MAJOR_VERSION

#define IBUS_MAJOR_VERSION				(1)

IBus major version.


IBUS_MINOR_VERSION

#define IBUS_MINOR_VERSION				(5)

IBus minor version.


IBUS_MICRO_VERSION

#define IBUS_MICRO_VERSION				(4)

IBus micro version.


IBUS_CHECK_VERSION()

#define             IBUS_CHECK_VERSION(major,minor,micro)

Check whether the current IBus version is equal to or greater than given major.minor.micro.

major :

Major version of ibus.

minor :

Minor version of ibus.

micro :

Micro version of ibus.