startsLine
Returns true if @iter begins a paragraph.
This is the case if method@Gtk.TextIter.get_line_offset would return 0. However this function is potentially more efficient than method@Gtk.TextIter.get_line_offset, because it doesn’t have to compute the offset, it just has to see whether it’s 0.
Return
whether @iter begins a line