Method

FwupdPluginChunkset_bytes

Declaration [src]

void
fu_chunk_set_bytes (
  FuChunk* self,
  GBytes* bytes
)

Description [src]

Sets the data to use for the chunk.

Available since:1.5.6

Parameters

bytes GBytes
 

Data.

 The argument can be NULL.
 The data is owned by the caller of the function.