Signal

FridaPackageManager::install-progress

Declaration

void
install_progress (
  FridaPackageManager* self,
  FridaPackageInstallPhase phase,
  gdouble fraction,
  const gchar* details,
  gpointer user_data
)

Description [src]

Emitted as an install progresses.

Default handler:

Parameters

phase

Type: FridaPackageInstallPhase

The current phase of the installation.

fraction

Type: gdouble

Progress within the phase, from 0 to 1.

details

Type: const gchar*

Optional human-readable detail.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.