rsvg 0.4.0

Rust bindings for the Rsvg library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file was generated by gir (https://github.com/gtk-rs/gir @ fe7a6ff)
// from gir-files (https://github.com/gtk-rs/gir-files @ ec4c204)
// DO NOT EDIT

mod handle;
pub use self::handle::Handle;
pub use self::handle::HandleExt;

mod flags;
pub use self::flags::HandleFlags;

#[doc(hidden)]
pub mod traits {
    pub use super::HandleExt;
}