diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-01-05 21:23:31 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-01-05 21:23:31 +0000 |
commit | 61b674ffd7dc481289d1b73b79048a7ee6f2da8b (patch) | |
tree | b12d9383e95208cf07971347d65b669494abe837 /docs/tmpl/main.sgml | |
parent | cfeef42ca84e57542052ac489766b02a2a5fce8f (diff) | |
download | pango-61b674ffd7dc481289d1b73b79048a7ee6f2da8b.tar.gz |
Adopt to new prototype for g_utf8_to_ucs4 (etc.).
Fri Jan 5 16:12:37 2001 Owen Taylor <otaylor@redhat.com>
* modules/arabic/{arabic-xft,arabic}.c pango/{pango-context.c,pangoft.c,pangox.c}:
Adopt to new prototype for g_utf8_to_ucs4 (etc.).
Diffstat (limited to 'docs/tmpl/main.sgml')
-rw-r--r-- | docs/tmpl/main.sgml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml index 7e5c4068..ead7b037 100644 --- a/docs/tmpl/main.sgml +++ b/docs/tmpl/main.sgml @@ -349,9 +349,14 @@ about the attributes of a single character. </para> @is_break: +@is_mandatory_break: @is_white: -@is_char_stop: -@is_word_stop: +@is_cursor_position: +@is_word_start: +@is_word_end: +@is_sentence_boundary: +@is_sentence_start: +@is_sentence_end: <!-- ##### FUNCTION pango_shape ##### --> <para> |