gdk4-sys 0.4.8

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

pub fn version() -> &'static str {
if cfg!(feature = "v4_8") {
        "4.8"
    } else if cfg!(feature = "v4_6") {
        "4.6"
    } else if cfg!(feature = "v4_4") {
        "4.4"
    } else if cfg!(feature = "v4_2") {
        "4.2"
    } else {
        "4"
    }
}