Method
Pango.LayoutIter.get_line_readonly
Declaration [src]
PangoLayoutLine*
pango_layout_iter_get_line_readonly (
  PangoLayoutIter* iter
)
Description [src]
Gets the current line for read-only access.
This is a faster alternative to pango_layout_iter_get_line(),
but the user is not expected to modify the contents of the line
(glyphs, glyph widths, etc.).
Return value
| Returns: PangoLayoutLine | |
| the current line, that should not be modified. | |
| Ownership is not transferred to the caller | |