Method

AppStreamPoolset_locale

Declaration [src]

void
as_pool_set_locale (
  AsPool* pool,
  const gchar* locale
)

Description [src]

Sets the current locale which should be used when parsing metadata.

Parameters

locale const gchar*
 

The BCP47 or POSIX locale to use for this pool.

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