glib/gobject/
mod.rs

1// Copyright 2018, The Gtk-rs Project Developers.
2// See the COPYRIGHT file at the top-level directory of this distribution.
3// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
4
5//! GObject bindings
6
7pub mod auto;
8
9pub use self::auto::*;
10//pub use self::auto::functions::*;