Method

FridaSpawnListget

Declaration

FridaSpawn*
frida_spawn_list_get (
  FridaSpawnList* self,
  gint index
)

Description [src]

Gets the spawn at the given position.

Parameters

index

Type: gint

Zero-based position.

Return value

Type: FridaSpawn

The spawn.

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