[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Jun 12 17:46:28 PDT 2015
src/hb-common.cc | 2 +-
src/hb-ot-tag.cc | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
New commits:
commit 351f68f4e01a107f62e4eb3458d7c7ae379939fb
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Jun 12 17:46:06 2015 -0700
[bindings] Fix hb_language_get_default() and hb_ot_tag_to_language()
Part of https://github.com/behdad/harfbuzz/issues/91
diff --git a/src/hb-common.cc b/src/hb-common.cc
index 82b8320..21d3b41 100644
--- a/src/hb-common.cc
+++ b/src/hb-common.cc
@@ -334,7 +334,7 @@ hb_language_to_string (hb_language_t language)
*
*
*
- * Return value:
+ * Return value: (transfer none):
*
* Since: 1.0
**/
diff --git a/src/hb-ot-tag.cc b/src/hb-ot-tag.cc
index 69d435e..61c38b1 100644
--- a/src/hb-ot-tag.cc
+++ b/src/hb-ot-tag.cc
@@ -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)
{
More information about the HarfBuzz
mailing list