Home
last modified time | relevance | path

Searched defs:GspellChecker (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/fractal/fractal-4.4.0/vendor/gspell-sys/src/
H A Dlib.rs222 pub struct GspellChecker { struct
226 impl ::std::fmt::Debug for GspellChecker { implementation
379 pub fn gspell_checker_new(language: *const GspellLanguage) -> *mut GspellChecker; in gspell_checker_new()
380 …pub fn gspell_checker_add_word_to_personal(checker: *mut GspellChecker, word: *const c_char, word_… in gspell_checker_add_word_to_personal()
381 …pub fn gspell_checker_add_word_to_session(checker: *mut GspellChecker, word: *const c_char, word_l… in gspell_checker_add_word_to_session()
383 pub fn gspell_checker_clear_session(checker: *mut GspellChecker); in gspell_checker_clear_session()
384 pub fn gspell_checker_get_enchant_dict(checker: *mut GspellChecker); in gspell_checker_get_enchant_dict()
388 … pub fn gspell_checker_set_language(checker: *mut GspellChecker, language: *const GspellLanguage); in gspell_checker_set_language()
413 …pub fn gspell_entry_buffer_get_spell_checker(gspell_buffer: *mut GspellEntryBuffer) -> *mut Gspell… in gspell_entry_buffer_get_spell_checker()
441 …pub fn gspell_text_buffer_get_spell_checker(gspell_buffer: *mut GspellTextBuffer) -> *mut GspellCh… in gspell_text_buffer_get_spell_checker()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gspell/src/auto/
H A Dchecker.rs125 …afe extern "C" fn session_cleared_trampoline<P, F: Fn(&P) + 'static>(this: *mut gspell_sys::Gspell… in connect_session_cleared()
139 …fn word_added_to_personal_trampoline<P, F: Fn(&P, &str) + 'static>(this: *mut gspell_sys::GspellCh… in connect_word_added_to_personal()
153 … fn word_added_to_session_trampoline<P, F: Fn(&P, &str) + 'static>(this: *mut gspell_sys::GspellCh… in connect_word_added_to_session()
167 …afe extern "C" fn notify_language_trampoline<P, F: Fn(&P) + 'static>(this: *mut gspell_sys::Gspell… in connect_property_language_notify()
/dports/textproc/gspell/gspell-1.9.1/gspell/
H A Dgspell-checker.c77 G_DEFINE_TYPE_WITH_PRIVATE (GspellChecker, gspell_checker, G_TYPE_OBJECT) in G_DEFINE_TYPE_WITH_PRIVATE() argument