json-glib 0.1.1

Rust bindings for the Glib Json library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// 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};

/// The version of JSON-GLib, encoded as a string, useful for printing and
/// concatenation.
#[doc(alias = "JSON_VERSION_S")]
pub static VERSION_S: &GStr = unsafe{GStr::from_utf8_with_nul_unchecked(ffi::JSON_VERSION_S)};