Function
FwupdPlugindump_bytes
Declaration [src]
void
fu_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 string 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 string is a NUL terminated UTF-8 string. | |
bytes |
GBytes* |
Data blob. |
|
The data is owned by the caller of the function. |