Version

Members

Static functions

getMajorVersion
uint getMajorVersion()

Returns the major version of the Evince at runtime. Contrast this with EV_MAJOR_VERSION which represents the version of the Evince that the code was compiled with.

getMicroVersion
uint getMicroVersion()

Returns the micro version of the Evince at runtime. Contrast this with EV_MICRO_VERSION which represents the version of the Evince that the code was compiled with.

getMinorVersion
uint getMinorVersion()

Returns the minor version of the Evince at runtime. Contrast this with EV_MINOR_VERSION which represents the version of the Evince that the code was compiled with.

Meta