Method
GtkTextIterforward_sentence_ends
Declaration [src]
gboolean
gtk_text_iter_forward_sentence_ends (
GtkTextIter* iter,
gint count
)
Description [src]
Calls gtk_text_iter_forward_sentence_end()
count
times (or until
gtk_text_iter_forward_sentence_end()
returns FALSE
). If count
is
negative, moves backward instead of forward.