Constructor
FwupdPluginIOChannelnew_file
Declaration [src]
FuIOChannel*
fu_io_channel_new_file (
const gchar* filename,
GError** error
)
Parameters
filename |
const gchar* |
Device file. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | FuIOChannel |
A |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |