Home
last modified time | relevance | path

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

/dports/editors/pluma/pluma-1.26.0/plugins/spell/
H A Dpluma-automatic-spell-checker.h50 PlumaAutomaticSpellChecker *pluma_automatic_spell_checker_get_from_document (
H A Dpluma-automatic-spell-checker.c720 g_return_val_if_fail ((spell = pluma_automatic_spell_checker_get_from_document (doc)) == NULL, in pluma_automatic_spell_checker_new()
875 pluma_automatic_spell_checker_get_from_document (const PlumaDocument *doc) in pluma_automatic_spell_checker_get_from_document() function
889 g_return_if_fail (pluma_automatic_spell_checker_get_from_document (spell->doc) == spell); in pluma_automatic_spell_checker_free()
H A Dpluma-spell-plugin.c984 autospell = pluma_automatic_spell_checker_get_from_document (doc); in set_auto_spell()
1060 pluma_automatic_spell_checker_get_from_document (doc) != NULL); in update_ui()
1189 autospell = pluma_automatic_spell_checker_get_from_document (doc); in on_document_saved()