Method

FwupdReleaseset_filename

Declaration [src]

void
fwupd_release_set_filename (
  FwupdRelease* self,
  const gchar* filename
)

Description [src]

Sets the update filename.

Available since:0.9.3

Parameters

filename const gchar*
 

The update filename on disk.

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