Method

PangoLanguageget_scripts

since: 1.22

Declaration

PangoScript*
pango_language_get_scripts (
  PangoLanguage* language,
  int* num_scripts
)

Description

No description available.

Available since: 1.22

Parameters

num_scripts

Type: int*

No description available.

The argument will be set by the function.
The argument can be NULL.

Return value

Type: An array of PangoScript

No description available.

The length of the array is in the num_scripts argument.
The data is owned by the instance.
The return value can be NULL.