Hi, As far as I know GTK+ docs are built now with Docbook XML. I've noticed that the built documentation has different format from the one before when docs were built from sgmls. I've attached index.html and gtk-Feature-Test-Macros.html (chapter "Version Information") to this message. Could anyone please take a look at these files and compare to the ones you built? Thanks in advance, Vitaly.Title: Version Information
Version InformationVersion Information — variables and functions to check the GTK+ version.
|
required_major : | the required major version. |
required_minor : | the required major version. |
required_micro : | the required major version. |
Returns : | NULL if the GTK+ library is compatible with the given version, or a string describing the version mismatch. |
#define GTK_MAJOR_VERSION (2)
Like gtk_major_version, but from the headers used at application compile time, rather than from the library linked against at application run time.
#define GTK_MINOR_VERSION (1)
Like gtk_minor_version, but from the headers used at application compile time, rather than from the library linked against at application run time.
#define GTK_MICRO_VERSION (0)
Like gtk_micro_version, but from the headers used at application compile time, rather than from the library linked against at application run time.
#define GTK_BINARY_AGE (100)
Like gtk_binary_age, but from the headers used at application compile time, rather than from the library linked against at application run time.
#define GTK_INTERFACE_AGE (0)
Like gtk_interface_age, but from the headers used at application compile time, rather than from the library linked against at application run time.
<<< Prev | Home | Up | Next >>> |
Selections | Signals |
Table of Contents
|