summaryrefslogtreecommitdiff
path: root/pango/pango-utils.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-04-16 22:42:34 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-04-16 22:42:34 +0000
commit09ff7235f2481c569e91bf114be126fd92ce7a64 (patch)
treebc8305fd22df25918a27fe5e567c1aef193f9b12 /pango/pango-utils.h
parent8794423e39341d2ebeec77fbce39ced5c18d8d2b (diff)
downloadpango-09ff7235f2481c569e91bf114be126fd92ce7a64.tar.gz
Small updates
Mon Apr 16 18:12:06 2001 Owen Taylor <otaylor@redhat.com> * README: Small updates * examples/HELLO.utf8: Insert a RLM on the Yiddish line to correct for fixes to the bidi algorithm. * pango/mini-fribidi/*: Update to CVS fribidi which has various bug fixes.
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r--pango/pango-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h
index f688070e..e404daa6 100644
--- a/pango/pango-utils.h
+++ b/pango/pango-utils.h
@@ -77,7 +77,7 @@ G_CONST_RETURN char * pango_get_lib_subdirectory (void);
/* A couple of routines from fribidi that we either wrap or
* provide ourselves.
*/
-void pango_log2vis_get_embedding_levels (gunichar *str,
+gboolean pango_log2vis_get_embedding_levels (gunichar *str,
int len,
PangoDirection *pbase_dir,
guint8 *embedding_level_list);