libadwaita 0.1.0-alpha-4

Rust bindings for libadwaita
1
2
3
4
5
6
7
8
9
10
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from
// from gir-files (https://github.com/gtk-rs/gir-files.git)
// DO NOT EDIT

use std::ffi::CStr;

#[doc(alias = "ADW_VERSION_S")]
pub static VERSION_S: once_cell::sync::Lazy<&'static str> =
    once_cell::sync::Lazy::new(|| unsafe { CStr::from_ptr(ffi::ADW_VERSION_S).to_str().unwrap() });