Method

FwupdReleaseset_summary

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 const gchar*
 

The update one line summary.

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