Function

Idetext_iter_backward_find_char

Declaration

gboolean
ide_text_iter_backward_find_char (
  GtkTextIter* iter,
  IdeTextIterCharPredicate pred,
  gpointer user_data,
  const GtkTextIter* limit
)

Description

No description available.

Parameters

iter

Type: GtkTextIter

No description available.

The data is owned by the caller of the function.
pred

Type: IdeTextIterCharPredicate

No description available.

user_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
limit

Type: GtkTextIter

No description available.

The data is owned by the caller of the function.

Return value

Type: gboolean

No description available.