Crate libspelling

Crate libspelling 

Source

Re-exports§

pub use ffi;
pub use gio;
pub use glib;
pub use gtk;

Modules§

builders
prelude

Structs§

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].

Functions§

init
Call this function before using any other libspelling functions in your applications. It will initialize everything needed to operate the library.