Method

FwupdPluginCompositeInputStreamadd_bytes

since: 2.0.0

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

Type: GBytes

A GBytes.

The data is owned by the caller of the method.