Method

FwupdPluginChunkset_bytes

since: 1.5.6

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

Type: GBytes

Data.

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