Method

FwupdReleaseset_summary

since: 0.9.3

Declaration [src]

void
fwupd_release_set_summary (
  FwupdRelease* self,
  const gchar* summary
)

Description [src]

Sets the update summary.

Available since: 0.9.3

Parameters

summary

Type: const gchar*

The update one line summary.

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