Method
AppStreamComponentadd_keyword
Declaration [src]
void
as_component_add_keyword (
AsComponent* cpt,
const gchar* keyword,
const gchar* locale
)
Description [src]
Add a new keyword to the keywords list for the given locale. This function does not check for duplicate keywords.
Parameters
keyword |
const gchar* |
The new keyword to add. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
locale |
const gchar* |
BCP47 locale of the values, 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. |