Method
GUsbContextfind_by_bus_address
Declaration
GUsbDevice*
g_usb_context_find_by_bus_address (
GUsbContext* self,
guint8 bus,
guint8 address,
GError** error
)
Parameters
bus |
guint8 |
A bus number. |
|
address |
guint8 |
A bus address. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GUsbDevice |
A new |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |