Method

AppStreamTranslationset_id

Declaration [src]

void
as_translation_set_id (
  AsTranslation* tr,
  const gchar* id
)

Description [src]

Set the ID (e.g. Gettext domain) of this translation.

Parameters

id const gchar*
 

The ID of this translation.

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