Function

Idetext_iter_backward_paragraph_start

Declaration

gboolean
ide_text_iter_backward_paragraph_start (
  GtkTextIter* iter
)

Description

Searches backwards until we find the beginning of a paragraph.

Parameters

iter

Type: GtkTextIter

A GtkTextIter.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if we are not at the beginning of the buffer; otherwise FALSE.