Method

FridaChildListget

Declaration

FridaChild*
frida_child_list_get (
  FridaChildList* self,
  gint index
)

Description [src]

Gets the child at the given position.

Parameters

index

Type: gint

Zero-based position.

Return value

Type: FridaChild

The child.

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