diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-05-05 17:27:23 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-05-05 17:33:44 -0700 |
commit | c923660d8f58ccfa43cf158a42460d4efe566de2 (patch) | |
tree | 58da338316f0b183cb25144b755a6e4a92f78078 /pango/pango-layout.h | |
parent | a087f683c22f7c7e79a6300e2e626a9da191fcf8 (diff) | |
download | pango-c923660d8f58ccfa43cf158a42460d4efe566de2.tar.gz |
Minor doc fix
Diffstat (limited to 'pango/pango-layout.h')
-rw-r--r-- | pango/pango-layout.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/pango-layout.h b/pango/pango-layout.h index 25ce9cf4..d0c64afa 100644 --- a/pango/pango-layout.h +++ b/pango/pango-layout.h @@ -96,8 +96,11 @@ typedef enum { /** * PangoLayoutLine: + * @layout: (allow-none): the layout this line belongs to, might be %NULL * @start_index: start of line as byte index into layout->text * @length: length of line in bytes + * @runs: (allow-none) (element-type: Pango.LayoutRun): list of runs in the + * line, from left to right * @is_paragraph_start: #TRUE if this is the first line of the paragraph * @resolved_dir: #Resolved PangoDirection of line * |