Signal

FwupdPluginVolume::write-file

since: 2.1.8

Declaration

void
write_file (
  FuVolume* self,
  gchar* filename,
  gpointer user_data
)

Description [src]

The ::write-file signal is emitted when fu_volume_write_file() is used.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 2.1.8

Parameters

filename

Type: gchar*

The filename being written.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.