Home
last modified time | relevance | path

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

/dports/net-im/fractal/fractal-4.4.0/vendor/gspell/src/auto/
H A Dtext_buffer.rs67 …ern "C" fn notify_spell_checker_trampoline<P, F: Fn(&P) + 'static>(this: *mut gspell_sys::GspellTe… in connect_property_spell_checker_notify()
/dports/textproc/gspell/gspell-1.9.1/gspell/
H A Dgspell-text-buffer.c78 G_DEFINE_TYPE (GspellTextBuffer, gspell_text_buffer, G_TYPE_OBJECT) in G_DEFINE_TYPE() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/gspell-sys/src/
H A Dlib.rs311 pub struct GspellTextBuffer(c_void); struct
313 impl ::std::fmt::Debug for GspellTextBuffer { implementation
439 …n gspell_text_buffer_get_from_gtk_text_buffer(gtk_buffer: *mut gtk::GtkTextBuffer) -> *mut GspellT… in gspell_text_buffer_get_from_gtk_text_buffer()
442 …pub fn gspell_text_buffer_set_spell_checker(gspell_buffer: *mut GspellTextBuffer, spell_checker: *… in gspell_text_buffer_set_spell_checker()