Method

FwupdPluginProgressget_steps

Declaration [src]

guint
fu_progress_get_steps (
  FuProgress* self
)

Description [src]

Gets the number of sub-tasks, i.e. how many times the fu_progress_step_done() function will be called in the loop.

Available since:1.7.0

Return value

Returns: guint
 

Number of sub-tasks in this progress.