summaryrefslogtreecommitdiff
path: root/pango/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/utils.h')
-rw-r--r--pango/utils.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/pango/utils.h b/pango/utils.h
index cfb82d0a..d46d44ba 100644
--- a/pango/utils.h
+++ b/pango/utils.h
@@ -27,8 +27,14 @@
typedef guint16 GUChar2;
typedef guint32 GUChar4;
-gboolean _pango_utf8_iterate (const char *cur, const char **next, GUChar4 *wc_out);
-GUChar2 *_pango_utf8_to_ucs2 (const char *str, gint len);
-int _pango_utf8_len (const char *str, gint limit);
+gboolean _pango_utf8_iterate (const char *cur,
+ const char **next,
+ GUChar4 *wc_out);
+GUChar2 *_pango_utf8_to_ucs2 (const char *str,
+ gint len);
+int _pango_guchar4_to_utf8 (GUChar4 c,
+ char *outbuf);
+int _pango_utf8_len (const char *str,
+ gint limit);
#endif /* __UTILS_H__ */