Crate libspelling
Source pub use ffi;pub use gio;pub use glib;pub use gtk;
- builders
- prelude
- Checker
SpellingChecker is the core class of libspelling. It provides high-level
APIs for spellchecking.- Dictionary
- Abstract base class for spellchecking dictionaries.
- Language
- Represents a spellchecking language.
- Provider
- Abstract base class for spellchecking providers.
- TextBufferAdapter
SpellingTextBufferAdapter implements helpers to easily add spellchecking
capabilities to a [gtk_source::Buffer][crate::gtk_source::Buffer].
- init
- Call this function before using any other libspelling functions in your
applications. It will initialize everything needed to operate the library.