Method

FridaDeviceListget

Declaration

FridaDevice*
frida_device_list_get (
  FridaDeviceList* self,
  gint index
)

Description [src]

Gets the device at the given position.

Parameters

index

Type: gint

Zero-based position.

Return value

Type: FridaDevice

The device.

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