Method

FwupdReleaseset_license

since: 0.9.3

Declaration [src]

void
fwupd_release_set_license (
  FwupdRelease* self,
  const gchar* license
)

Description [src]

Sets the update license.

Available since: 0.9.3

Parameters

license

Type: const gchar*

The update license.

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