Package org.freedesktop.bindings
Class Version
Object
org.freedesktop.bindings.Version
Version constants for the java-gnome library. The top level
.config
Makefile fragment depends on this file and the
./configure
of Equivalence extracts the values for the library
API version and (pending) release version from the constants defined
herein.- Since:
- 4.0.2
- Author:
- Andrew Cowie
-
Method Details
-
getVersion
The full (usually three digit) version of java-gnome. This is used in a number of the examples and screenshots, but far more critically it is used to precisely identify which version of the shared library with the native code is to be loaded. -
getAPI
The API version (also known as "SLOT") of the java-gnome library. Notably, this is used to name the.jar
file.
-