Version Information
Version Information
|
|
Details
xfce_version_string ()
const gchar* xfce_version_string (void);
Queries the version string of the installed Xfce desktop environment.
Returns : |
the overall version information of the installed Xfce desktop.
|
Since 4.2
libxfce4util_major_version
extern const guint libxfce4util_major_version;
libxfce4util_minor_version
extern const guint libxfce4util_minor_version;
libxfce4util_micro_version
extern const guint libxfce4util_micro_version;
LIBXFCE4UTIL_MAJOR_VERSION
#define LIBXFCE4UTIL_MAJOR_VERSION 4
LIBXFCE4UTIL_MINOR_VERSION
#define LIBXFCE4UTIL_MINOR_VERSION 8
LIBXFCE4UTIL_MICRO_VERSION
#define LIBXFCE4UTIL_MICRO_VERSION 2
LIBXFCE4UTIL_CHECK_VERSION()
#define LIBXFCE4UTIL_CHECK_VERSION(major,minor,micro)