Method

PangoOT.Info.list_languages

Declaration [src]

PangoOTTag*
pango_ot_info_list_languages (
  PangoOTInfo* info,
  PangoOTTableType table_type,
  guint script_index,
  PangoOTTag language_tag
)

Description [src]

Obtains the list of available languages for a given script.

Parameters

table_type PangoOTTableType
 

the table type to obtain information about

script_index guint
 

the index of the script to list languages for

language_tag PangoOTTag
 

unused parameter

Return value

Returns: PangoOTTag

a newly-allocated zero-terminated array containing the tags of the available languages

The data is owned by the called function