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.

Available since:3.32

Parameters

iter GtkTextIter*
 

A GtkTextIter.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

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