Method
AppStreamComponentadd_language
Declaration [src]
void
as_component_add_language (
AsComponent* cpt,
const gchar* locale,
gint percentage
)
Parameters
locale |
const gchar* |
The BCP47 locale, 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. | |
percentage |
gint |
The percentage completion of the translation, 0 for locales with unknown amount of translation. |