Method
FwupdClientget_details
Declaration [src]
GPtrArray*
fwupd_client_get_details (
FwupdClient* self,
const gchar* filename,
GCancellable* cancellable,
GError** error
)
Parameters
filename |
const gchar* |
The firmware filename, e.g. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
cancellable |
GCancellable |
Optional |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |