diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-12-19 21:19:00 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-12-19 21:19:00 +0000 |
commit | 7fb1d2a6d7b1ed1d2b6372f88be96f3c097c77f6 (patch) | |
tree | 7c220af0a886706a0c9e1b6d4555e31e60f6e1c6 /docs | |
parent | 1fe1f6ebca847da657e8316a8d65327099139564 (diff) | |
download | pango-7fb1d2a6d7b1ed1d2b6372f88be96f3c097c77f6.tar.gz |
Document all members of PangoLayoutLine.
Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de>
* docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/layout.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index b12e8085..cf7e3120 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -639,9 +639,10 @@ code specific to each rendering system. </para> @layout: the parent layout for this line. -@start_index: +@start_index: the start of the line as byte index into @layout->text. @length: the length of the line in bytes. @runs: a list containing the runs of the line in visual order. +@is_paragraph_start: %TRUE if this is the first line of the paragraph. <!-- ##### TYPEDEF PangoLayoutRun ##### --> <para> |