Function
FwupdPlugincommon_dump_bytes
Declaration [src]
void
fu_common_dump_bytes (
const gchar* log_domain,
const gchar* title,
GBytes* bytes
)
Parameters
log_domain |
const gchar* |
Optional log domain, typically |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
title |
const gchar* |
Optional prefix title. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
bytes |
GBytes |
Data blob. |
|
The data is owned by the caller of the function. |