1 // Take a look at the license at the top of the repository in the LICENSE file.
2 
3 //! GObject bindings
4 
5 mod auto;
6 mod binding;
7 mod flags;
8 
9 pub use self::auto::*;
10 pub use self::flags::*;
11 //pub use self::auto::functions::*;
12