Re-exports§
pub use self::glib_container::GlibContainer;pub use self::object::Object;pub use self::source::Continue;pub use self::source::idle_add;pub use self::source::timeout_add;pub use self::source::timeout_add_seconds;pub use self::traits::FFIGObject;pub use types::Type;pub use self::date::TimeVal;pub use self::date::Date;
Modules§
- Types that facilitate representing
GObjectdescendants. - Translation between GLib/GLib-based FFI types and their Rust counterparts.
Macros§
- Wrapper implementations for Boxed types. See
glib_wrapper!. - Wrapper implementations for Object types. See
glib_wrapper!. - Wrapper implementations for refcounted types. See
glib_wrapper!. - Defines a wrapper type and implements the appropriate traits.