libmirage 0.1.1

Rust bindings for libMirage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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::GStr;

#[doc(alias = "MIRAGE_VERSION_LONG")]
pub static VERSION_LONG: &GStr =
    unsafe { GStr::from_utf8_with_nul_unchecked(ffi::MIRAGE_VERSION_LONG) };
#[doc(alias = "MIRAGE_VERSION_SHORT")]
pub static VERSION_SHORT: &GStr =
    unsafe { GStr::from_utf8_with_nul_unchecked(ffi::MIRAGE_VERSION_SHORT) };