json_glib/auto/constants.rs
1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir
3// from gtk-girs (https://github.com/gtk-rs/gir-files)
4// DO NOT EDIT
5
6use crate::{ffi};
7use glib::{GStr};
8
9/// The version of JSON-GLib, encoded as a string, useful for printing and
10/// concatenation.
11#[doc(alias = "JSON_VERSION_S")]
12pub static VERSION_S: &GStr = unsafe{GStr::from_utf8_with_nul_unchecked(ffi::JSON_VERSION_S)};