Method
PangoOTInfolist_languages
Declaration [src]
PangoOTTag*
pango_ot_info_list_languages (
  PangoOTInfo* info,
  PangoOTTableType table_type,
  guint script_index,
  PangoOTTag language_tag
)
Parameters
- table_type
- 
            Type: PangoOTTableTypeThe table type to obtain information about. 
- script_index
- 
            Type: guintThe index of the script to list languages for. 
- language_tag
- 
            Type: PangoOTTagUnused parameter. 
Return value
Type: PangoOTTag
A newly-allocated zero-terminated array containing the tags of the available languages.
| The returned data is owned by the instance. |