Method

GUsbDeviceget_children

Declaration

GPtrArray*
g_usb_device_get_children (
  GUsbDevice* self
)

Description

Gets the device children if any exist.

Available since:0.2.4

Return value

Returns: An array of GUsbDevice*
 

An array of GUsbDevice.

 The caller of the method takes ownership of the data, and is responsible for freeing it.