Function

FwupdPlugincommon_get_contents_bytes

Declaration [src]

GBytes*
fu_common_get_contents_bytes (
  const gchar* filename,
  GError** error
)

Description [src]

Reads a blob of data from a file.

Available since:0.9.7

Parameters

filename const gchar*
 

A filename.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GBytes*
 

A GBytes, or NULL for failure.

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