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:
PangoOTTableType
The table type to obtain information about.
script_index
-
Type:
guint
The index of the script to list languages for.
language_tag
-
Type:
PangoOTTag
Unused 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. |