EntangleProgress
GInterface ╰── EntangleProgress
void entangle_progress_start (EntangleProgress *prog, float target, const char *msg);
EntangleProgress *prog
float target
const char *msg
void entangle_progress_update (EntangleProgress *prog, float current);
float current
void entangle_progress_stop (EntangleProgress *prog);