gtkuniqueversion
gtkuniqueversion — Version checking macros
|
|
Details
GTK_UNIQUE_MAJOR_VERSION
#define GTK_UNIQUE_MAJOR_VERSION 0
GtkUnique major version
GTK_UNIQUE_MINOR_VERSION
#define GTK_UNIQUE_MINOR_VERSION 9
GtkUnique minor version
GTK_UNIQUE_MICRO_VERSION
#define GTK_UNIQUE_MICRO_VERSION 1
GtkUnique micro version
GTK_UNIQUE_API_VERSION
#define GTK_UNIQUE_API_VERSION 1.0
GtkUnique API version
GTK_UNIQUE_CHECK_VERSION()
#define GTK_UNIQUE_CHECK_VERSION(major,minor,micro)
Checks the version at compile time. You should use this macro if you want to
use a function or any other part of the GtkUnique API and make sure you are
using the right version of GtkUnique.
major : |
the minimum major version
|
minor : |
the minimum micro version
|
micro : |
the minimum minor version
|