Function

FwupdSecurityAttrflag_to_suffix

Declaration [src]

const gchar*
fwupd_security_attr_flag_to_suffix (
  FwupdSecurityAttrFlags flag
)

Description [src]

Returns the string suffix for the flag.

Available since:1.5.0

Parameters

flag FwupdSecurityAttrFlags
 

Security attribute flags, e.g. FWUPD_SECURITY_ATTR_FLAG_RUNTIME_UPDATES.

Return value

Returns: utf8
 

String, or NULL.

 The data is owned by the called function.
 The string is a NUL terminated UTF-8 string.