Method

GtkTextIterforward_visible_word_ends

since: 2.4

Declaration [src]

gboolean
gtk_text_iter_forward_visible_word_ends (
  GtkTextIter* iter,
  gint count
)

Description [src]

Calls gtk_text_iter_forward_visible_word_end() up to count times.

Available since: 2.4

Parameters

count

Type: gint

Number of times to move.

Return value

Type: gboolean

TRUE if iter moved and is not the end iterator.