Function
FwupdPlugindump_bytes
since: 1.8.2
Declaration [src]
void
fu_dump_bytes (
  const gchar* log_domain,
  const gchar* title,
  GBytes* bytes
)
Parameters
- log_domain
- 
            Type: const gchar*Optional log domain, typically G_LOG_DOMAIN.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
- 
            Type: 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
- 
            Type: GBytesData blob. The data is owned by the caller of the function.