Function

FwupdPlugincommon_dump_bytes

Declaration [src]

void
fu_common_dump_bytes (
  const gchar* log_domain,
  const gchar* title,
  GBytes* bytes
)

Description [src]

Dumps a byte buffer to the screen.

Available since:1.2.2

Parameters

log_domain 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 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.