Constructor
FwupdPluginProgressnew
Declaration [src]
FuProgress*
fu_progress_new (
const gchar* id
)
Parameters
id |
const gchar* |
Progress ID, normally |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |
Return value
| Returns: | FuProgress |
A new |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |