libspelling/auto/functions.rs
1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from
3// from gir-files (https://github.com/gtk-rs/gir-files)
4// DO NOT EDIT
5
6use crate::ffi;
7use glib::translate::*;
8
9#[doc(alias = "spelling_init")]
10pub fn init() {
11 assert_initialized_main_thread!();
12 unsafe {
13 ffi::spelling_init();
14 }
15}