1 | // This file was generated by gir (https://github.com/gtk-rs/gir) |
---|---|
2 | // from gir-files (https://github.com/gtk-rs/gir-files) |
3 | // DO NOT EDIT |
4 | |
5 | #[allow(unused_imports)] |
6 | use crate::auto::*; |
7 | |
8 | #[doc(alias = "GDateDay")] |
9 | pub type DateDay = u8; |
10 | #[doc(alias = "GDateYear")] |
11 | pub type DateYear = u16; |
12 | #[doc(alias = "GTime")] |
13 | pub type Time = i32; |
14 |