Method

FwupdDeviceset_summary

Declaration [src]

void
fwupd_device_set_summary (
  FwupdDevice* self,
  const gchar* summary
)

Description [src]

Sets the device summary.

Available since:0.9.3

Parameters

summary const gchar*
 

The device 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.