Method

FwupdPluginCompositeInputStreamadd_bytes

Declaration [src]

void
fu_composite_input_stream_add_bytes (
  FuCompositeInputStream* self,
  GBytes* bytes
)

Description [src]

Adds a bytes object.

Available since:2.0.0

Parameters

bytes GBytes
 

A GBytes.

 The data is owned by the caller of the function.