Method

FwupdPluginCabinetget_file

Declaration [src]

GBytes*
fu_cabinet_get_file (
  FuCabinet* self,
  const gchar* basename,
  GError** error
)

Description [src]

Gets a file from the archive.

Available since:1.6.0

Parameters

basename const gchar*
 

Filename.

 The data is owned by the caller of the function.
 The value 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 if the file does not exist.

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