Method

FridaApplicationListget

Declaration

FridaApplication*
frida_application_list_get (
  FridaApplicationList* self,
  gint index
)

Description [src]

Gets the application at the given position.

Parameters

index

Type: gint

Zero-based position.

Return value

Type: FridaApplication

The application.

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