Signal
FridaPackageManager::install-progress
Declaration
void
install_progress (
FridaPackageManager* self,
FridaPackageInstallPhase phase,
gdouble fraction,
const gchar* details,
gpointer user_data
)
Parameters
phase-
Type:
FridaPackageInstallPhaseThe current phase of the installation.
fraction-
Type:
gdoubleProgress 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.