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)]
6use crate::auto::*;
7
8#[doc(alias = "GDateDay")]
9pub type DateDay = u8;
10#[doc(alias = "GDateYear")]
11pub type DateYear = u16;
12#[doc(alias = "GTime")]
13pub type Time = i32;
14