libspelling 0.5.0

Rust bindings for libspelling
Documentation
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

mod checker;
pub use self::checker::Checker;

mod dictionary;
pub use self::dictionary::Dictionary;

mod language;
pub use self::language::Language;

mod provider;
pub use self::provider::Provider;

mod text_buffer_adapter;
pub use self::text_buffer_adapter::TextBufferAdapter;

pub(crate) mod functions;

pub(crate) mod builders {
    pub use super::language::LanguageBuilder;
    pub use super::text_buffer_adapter::TextBufferAdapterBuilder;
}