get_description


Description:

[ Version ( since = "1.8.2" ) ]
public unowned string get_description ()

Gets the attribute description which is a few lines of prose that normal users will understand.

The fwupd client program may be able to get translations for this value using a method call like `dgettext("fwupd",str)`.

NOTE: The returned string may contain placeholders such as `$HostVendor$` or `$HostProduct$` and these should be replaced with the values from [method@FwupdClient.get_host_vendor] and [method@FwupdClient.get_host_product].

Parameters:

this

a SecurityAttr

Returns:

the attribute description, or null if unset