[bindings] Fix hb_language_get_default() and hb_ot_tag_to_language()

Part of https://github.com/behdad/harfbuzz/issues/91
This commit is contained in:
Behdad Esfahbod 2015-06-12 17:46:06 -07:00
parent f0c8006076
commit 351f68f4e0
2 changed files with 10 additions and 1 deletions

View File

@ -334,7 +334,7 @@ hb_language_to_string (hb_language_t language)
*
*
*
* Return value:
* Return value: (transfer none):
*
* Since: 1.0
**/

View File

@ -870,6 +870,15 @@ hb_ot_tag_from_language (hb_language_t language)
return HB_OT_TAG_DEFAULT_LANGUAGE;
}
/**
* hb_ot_tag_to_language:
*
*
*
* Return value: (transfer none):
*
* Since: 1.0
**/
hb_language_t
hb_ot_tag_to_language (hb_tag_t tag)
{