goto_next


Description:

public abstract bool goto_next (out string word, out Checker spell_checker) throws Error

Goes to the next misspelled word.

When called the first time, goes to the first misspelled word.

Parameters:

this

a Navigator.

word

a location to store an allocated string, or null. Use g_free to free the returned string.

spell_checker

a location to store the Checker used, or null. Use unref when no longer needed.

Returns:

true if a next misspelled word has been found, false if the spell checking is finished or if an error occurred.