Function
FwupdPluginbytes_get_contents
Declaration [src]
GBytes*
fu_bytes_get_contents (
const gchar* filename,
GError** error
)
Parameters
filename |
const gchar* |
A filename. |
|
| 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: | GBytes |
A |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |