Home
last modified time | relevance | path

Searched defs:GspellNavigator (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/fractal/fractal-4.4.0/vendor/gspell-sys/src/
H A Dlib.rs345 pub struct GspellNavigator(c_void); struct
347 impl ::std::fmt::Debug for GspellNavigator { implementation
395 …ub fn gspell_checker_dialog_get_spell_navigator(dialog: *mut GspellCheckerDialog) -> *mut GspellNa… in gspell_checker_dialog_get_spell_navigator()
432 pub fn gspell_navigator_text_view_new(view: *mut gtk::GtkTextView) -> *mut GspellNavigator; in gspell_navigator_text_view_new()
469 …pub fn gspell_navigator_change(navigator: *mut GspellNavigator, word: *const c_char, change_to: *c… in gspell_navigator_change()
470 …pub fn gspell_navigator_change_all(navigator: *mut GspellNavigator, word: *const c_char, change_to… in gspell_navigator_change_all()
471 …pub fn gspell_navigator_goto_next(navigator: *mut GspellNavigator, word: *mut *mut c_char, spell_c… in gspell_navigator_goto_next()
/dports/textproc/gspell/gspell-1.9.1/gspell/
H A Dgspell-navigator.c52 G_DEFINE_INTERFACE (GspellNavigator, gspell_navigator, G_TYPE_INITIALLY_UNOWNED) in G_DEFINE_INTERFACE() argument