Function
FwupdPluginstrsafe_bytes
since: 2.0.2
Declaration [src]
gchar*
fu_strsafe_bytes (
  GBytes* blob,
  gsize maxsz
)
Description [src]
Converts a GBytes into something that can be safely printed.
Available since: 2.0.2
Parameters
- blob
- 
            Type: GBytesA GBytes.The data is owned by the caller of the function. 
- maxsz
- 
            Type: gsizeMaximum size of returned string, or G_MAXSIZEfor no limit.