diff options
Diffstat (limited to 'docs/tmpl/layout.sgml')
-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> |