![]() |
![]() |
![]() |
Libxfce4ui Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <libxfce4ui/libxfce4ui.h> const gchar * libxfce4ui_check_version (guint required_major
,guint required_minor
,guint required_micro
); extern const guint libxfce4ui_major_version; extern const guint libxfce4ui_minor_version; extern const guint libxfce4ui_micro_version; #define LIBXFCE4UI_MAJOR_VERSION #define LIBXFCE4UI_MINOR_VERSION #define LIBXFCE4UI_MICRO_VERSION #define LIBXFCE4UI_CHECK_VERSION (major, minor, micro)
Libxfce4ui provides version information, primarily useful in configure checks for builds that have a configure script. Applications will not typically use the features described here.
const gchar * libxfce4ui_check_version (guint required_major
,guint required_minor
,guint required_micro
);
Checks that the libxfce4ui
library
in use is compatible with the given version. Generally you would pass in
the constants LIBXFCE4UI_MAJOR_VERSION, LIBXFCE4UI_MINOR_VERSION and
LIBXFCE4UI_MICRO_VERSION as the three arguments to this function; that produces
a check that the library in use is compatible with the version of
libxfce4ui
the extension was
compiled against.