Method

FwupdPluginCompositeInputStreamadd_stream

Declaration [src]

gboolean
fu_composite_input_stream_add_stream (
  FuCompositeInputStream* self,
  GInputStream* stream,
  GError** error
)

Description [src]

Adds a input stream object, which has to be seekable.

Available since:2.0.0

Parameters

stream GInputStream
 

A GInputStream.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE for success.