Method

ClutterInputDeviceget_vendor_id

Declaration [src]

const gchar*
clutter_input_device_get_vendor_id (
  ClutterInputDevice* device
)

Description [src]

Gets the vendor ID of this device.

Available since:1.22

Return value

Returns: const gchar*
 

The vendor ID.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.