Method
GtkTextIterbackward_sentence_starts
Declaration [src]
gboolean
gtk_text_iter_backward_sentence_starts (
GtkTextIter* iter,
int count
)
Description [src]
Calls gtk_text_iter_backward_sentence_start()
up to count
times.
If count
is negative, moves forward instead of backward.