Method
AppStreamComponentset_description
Declaration [src]
void
as_component_set_description (
AsComponent* cpt,
const gchar* value,
const gchar* locale
)
Description [src]
Set long description for this component.
Sets property | AppStream.Component:description |
Parameters
value |
const gchar* |
The long description. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
locale |
const gchar* |
The BCP47 locale for this value, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |