Method

FwupdPluginProgressset_name

Declaration [src]

void
fu_progress_set_name (
  FuProgress* self,
  const gchar* name
)

Description [src]

Sets the nice name of the progress.

Available since:1.8.2

Parameters

name const gchar*
 

Progress nice name, e.g. add-devices, or perhaps just G_STRFUNC

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