1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use pango_sys;
use std::ffi::CStr;

#[cfg_attr(feature = "v1_38", deprecated)]
pub static ENGINE_TYPE_LANG: once_cell::sync::Lazy<&'static str> =
    once_cell::sync::Lazy::new(|| unsafe {
        CStr::from_ptr(pango_sys::PANGO_ENGINE_TYPE_LANG)
            .to_str()
            .unwrap()
    });
#[cfg_attr(feature = "v1_38", deprecated)]
pub static ENGINE_TYPE_SHAPE: once_cell::sync::Lazy<&'static str> =
    once_cell::sync::Lazy::new(|| unsafe {
        CStr::from_ptr(pango_sys::PANGO_ENGINE_TYPE_SHAPE)
            .to_str()
            .unwrap()
    });
#[cfg_attr(feature = "v1_38", deprecated)]
pub static RENDER_TYPE_NONE: once_cell::sync::Lazy<&'static str> =
    once_cell::sync::Lazy::new(|| unsafe {
        CStr::from_ptr(pango_sys::PANGO_RENDER_TYPE_NONE)
            .to_str()
            .unwrap()
    });