Constructor
FwupdSecurityAttrnew
Declaration [src]
FwupdSecurityAttr*
fwupd_security_attr_new (
const gchar* appstream_id
)
Parameters
appstream_id |
const gchar* |
The AppStream component ID, e.g. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | FwupdSecurityAttr |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |