tracker-sys 0.2.4

FFI bindings to libtracker-3.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Generated by gir (https://github.com/gtk-rs/gir @ 9d38245d1165)
// from .. (@ f5605560cc4d+)
// from ../gir-files (@ 7ebd4478b4a5)
// DO NOT EDIT

#[cfg(not(feature = "dox"))]
use std::process;

#[cfg(feature = "dox")]
fn main() {} // prevent linking libraries to avoid documentation failure

#[cfg(not(feature = "dox"))]
fn main() {
    if let Err(s) = system_deps::Config::new().probe() {
        println!("cargo:warning={}", s);
        process::exit(1);
    }
}