json-glib 0.1.0

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

use crate::{ffi};
use glib::{GStr};

#[doc(alias = "JSON_VERSION_S")]
pub static VERSION_S: &GStr = unsafe{GStr::from_utf8_with_nul_unchecked(ffi::JSON_VERSION_S)};