Function

FwupdPluginbytes_get_contents_stream

Declaration [src]

GBytes*
fu_bytes_get_contents_stream (
  GInputStream* stream,
  gsize count,
  GError** error
)

Description [src]

Reads a blob from a specific input stream.

Available since:1.8.2

Parameters

stream GInputStream
 

Input stream.

 The data is owned by the caller of the function.
count gsize
 

The maximum number of bytes to read.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GBytes
 

A GBytes, or NULL.

 The caller of the function takes ownership of the data, and is responsible for freeing it.