diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-02-12 17:46:17 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-02-12 17:46:17 +0000 |
commit | 008687b5b1419dce191056e683cfaf8d82116a9e (patch) | |
tree | f24b8c934bc7f0a4681e8d52719080bae51594d8 /docs/tmpl/main.sgml | |
parent | a8685ec65f19b3dffe4029a9d17d018f62ec1798 (diff) | |
download | pango-008687b5b1419dce191056e683cfaf8d82116a9e.tar.gz |
srcdir != build dir fix.
Mon Feb 12 12:45:16 2001 Owen Taylor <otaylor@redhat.com>
* pango/Makefile.am: srcdir != build dir fix.
* docs/Makefile.am: Switching over to the new gtk-doc
Makefile.am.
Diffstat (limited to 'docs/tmpl/main.sgml')
-rw-r--r-- | docs/tmpl/main.sgml | 49 |
1 files changed, 44 insertions, 5 deletions
diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml index 7f97791e..e9cb3a98 100644 --- a/docs/tmpl/main.sgml +++ b/docs/tmpl/main.sgml @@ -171,12 +171,12 @@ for text. @context: @text: +@start_index: @length: @attrs: +@cached_iter: @Returns: <!-- # Unused Parameters # --> -@start_index: -@cached_iter: @lang_info: @n_langs: @@ -206,6 +206,17 @@ for text. @Returns: +<!-- ##### FUNCTION pango_item_split ##### --> +<para> + +</para> + +@orig: +@split_index: +@split_offset: +@Returns: + + <!-- ##### FUNCTION pango_reorder_items ##### --> <para> @@ -342,16 +353,44 @@ for text. @log_attrs: +<!-- ##### FUNCTION pango_find_paragraph_boundary ##### --> +<para> + +</para> + +@text: +@length: +@paragraph_delimiter_index: +@next_paragraph_start: + + +<!-- ##### FUNCTION pango_default_break ##### --> +<para> + +</para> + +@text: +@length: +@analysis: +@attrs: + + <!-- ##### STRUCT PangoLogAttr ##### --> <para> The #PangoLogAttr structure stores information about the attributes of a single character. </para> -@is_break: +@is_line_break: +@is_mandatory_break: +@is_char_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> |