detach


Description:

public void detach ()

Detaches this Checker from its TextView.

Use gtk_spell_checker_get_from_text_view () to retrieve a Checker from a TextView. If the Checker is not attached to any TextView, the function silently exits.

Note: if the Checker is owned by the TextView, you must take a reference to it to prevent it from being automatically destroyed. Please read the tutorial section of the documentation!

Parameters:

this

A Checker.