Constructor

FwupdPluginIOChannelnew_file

Declaration [src]

FuIOChannel*
fu_io_channel_new_file (
  const gchar* filename,
  GError** error
)

Description [src]

Creates a new object to write and read from.

Available since:1.2.2

Parameters

filename const gchar*
 

Device file.

 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: FuIOChannel
 

A FuIOChannel.

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