Method

FwupdRequestget_message

Declaration [src]

const gchar*
fwupd_request_get_message (
  FwupdRequest* self
)

Description [src]

Gets the update message, generating a generic one using the request ID if possible.

Available since:1.6.2
Gets propertyFwupd.Request:message

Return value

Returns: const gchar*
 

The update message, or NULL if unset.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.