2020-11-25 14:53:45 +00:00
|
|
|
// This file was generated by gir (https://github.com/gtk-rs/gir @ b16d610)
|
|
|
|
// from gir-files (https://github.com/gtk-rs/gir-files @ 2bd095f2)
|
2019-03-19 07:37:29 +00:00
|
|
|
// DO NOT EDIT
|
|
|
|
|
2020-11-25 14:53:45 +00:00
|
|
|
#[cfg(any(not(doc), doctest))]
|
2017-04-13 17:36:14 +00:00
|
|
|
use std::process;
|
|
|
|
|
2020-11-25 14:53:45 +00:00
|
|
|
#[cfg(all(not(doctest), doc))]
|
2019-08-05 10:06:30 +00:00
|
|
|
fn main() {} // prevent linking libraries to avoid documentation failure
|
|
|
|
|
2020-11-25 14:53:45 +00:00
|
|
|
#[cfg(any(not(doc), doctest))]
|
2017-04-13 17:36:14 +00:00
|
|
|
fn main() {
|
2020-06-23 14:12:51 +00:00
|
|
|
if let Err(s) = system_deps::Config::new().probe() {
|
2020-07-05 19:55:30 +00:00
|
|
|
let _ = eprintln!("{}", s);
|
2017-04-13 17:36:14 +00:00
|
|
|
process::exit(1);
|
|
|
|
}
|
|
|
|
}
|