Home
last modified time | relevance | path

Searched refs:mw_start (Results 1 – 1 of 1) sorted by relevance

/dports/editors/pluma/pluma-1.26.0/plugins/spell/
H A Dpluma-spell-plugin.c151 gint mw_start; /* misspelled word start */ member
432 range->mw_start = -1; in set_check_range()
570 range->mw_start = start; in get_next_misspelled_word()
584 range->mw_start = -1; in get_next_misspelled_word()
641 gtk_text_buffer_get_iter_at_offset (GTK_TEXT_BUFFER (doc), &start, range->mw_start); in change_cb()
665 update_current (doc, range->mw_start + g_utf8_strlen (change, -1)); in change_cb()
695 gtk_text_buffer_get_iter_at_offset (GTK_TEXT_BUFFER (doc), &start, range->mw_start); in change_all_cb()
718 update_current (doc, range->mw_start + g_utf8_strlen (change, -1)); in change_all_cb()