Method

FwupdPluginProgressset_percentage_full

Declaration [src]

void
fu_progress_set_percentage_full (
  FuProgress* self,
  gsize progress_done,
  gsize progress_total
)

Description [src]

Sets the progress completion using the raw progress values.

Available since:1.7.0

Parameters

progress_done gsize
 

The bytes already done.

progress_total gsize
 

The total number of bytes.