Method

GUsbDevicehas_tag

Declaration

gboolean
g_usb_device_has_tag (
  GUsbDevice* self,
  const gchar* tag
)

Description

Checks if a tag has been used to identify the specific device.

Available since:0.4.3

Parameters

tag const gchar*
 

A tag, for example bootloader or runtime-reload

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: gboolean
 

TRUE on success.