Method

FridaPackageListget

Declaration

FridaPackage*
frida_package_list_get (
  FridaPackageList* self,
  gint index
)

Description [src]

Gets the package at the given position.

Parameters

index

Type: gint

Zero-based position.

Return value

Type: FridaPackage

The package.

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