Top | ![]() |
![]() |
![]() |
![]() |
#define | G_USB_MAJOR_VERSION |
#define | G_USB_MINOR_VERSION |
#define | G_USB_MICRO_VERSION |
These compile time macros allow the user to enable parts of client code depending on the version of libgusb installed.
#define G_USB_CHECK_VERSION(major,minor,micro)
Check whether a gusb version equal to or greater than major.minor.micro.
const gchar *
g_usb_version_string (void
);
Gets the GUsb installed runtime version.
Since: 0.3.1