Method
FwupdPluginSecurityAttrsget_by_appstream_id
Declaration [src]
FwupdSecurityAttr*
fu_security_attrs_get_by_appstream_id (
FuSecurityAttrs* self,
const gchar* appstream_id,
GError** error
)
Parameters
appstream_id |
const gchar* |
An ID, e.g. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | FwupdSecurityAttr |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |