1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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

use crate::ffi;
use glib::translate::*;

#[doc(alias = "spelling_init")]
pub fn init() {
    assert_initialized_main_thread!();
    unsafe {
        ffi::spelling_init();
    }
}