Function

Idetext_iter_forward_paragraph_end

Declaration

gboolean
ide_text_iter_forward_paragraph_end (
  GtkTextIter* iter
)

Description

Searches forward until the end of a paragraph has been hit.

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 end of the buffer; otherwise FALSE.