gdk-sys 0.15.1

FFI bindings to libgdk-3
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

pub fn version() -> &'static str {
if cfg!(feature = "v3_24") {
        "3.24"
    } else if cfg!(feature = "v3_22") {
        "3.22"
    } else if cfg!(feature = "v3_20") {
        "3.20"
    } else {
        "3.18"
    }
}