Method

AppStreamComponentset_name_variant_suffix

Declaration [src]

void
as_component_set_name_variant_suffix (
  AsComponent* cpt,
  const gchar* value,
  const gchar* locale
)

Description [src]

Set a variant suffix for the component name (only to be displayed if components have the same name).

Available since:0.12.10

Parameters

value const gchar*
 

The developer or developer team name.

 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, or NULL. e.g. “en-GB

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.