gdk_pixbuf/auto/mod.rs
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
5mod pixbuf;
6pub use self::pixbuf::Pixbuf;
7
8#[cfg_attr(feature = "v2_44", deprecated = "Since 2.44")]
9mod pixbuf_animation;
10#[cfg_attr(feature = "v2_44", deprecated = "Since 2.44")]
11pub use self::pixbuf_animation::PixbufAnimation;
12
13mod pixbuf_loader;
14pub use self::pixbuf_loader::PixbufLoader;
15
16mod pixbuf_non_anim;
17pub use self::pixbuf_non_anim::PixbufNonAnim;
18
19mod pixbuf_simple_anim;
20pub use self::pixbuf_simple_anim::PixbufSimpleAnim;
21
22mod pixbuf_format;
23pub use self::pixbuf_format::PixbufFormat;
24
25mod enums;
26pub use self::enums::Colorspace;
27pub use self::enums::InterpType;
28#[allow(deprecated)]
29pub use self::enums::PixbufAlphaMode;
30pub use self::enums::PixbufError;
31pub use self::enums::PixbufRotation;
32
33mod flags;
34pub use self::flags::PixbufFormatFlags;
35
36pub(crate) mod traits {
37 #[cfg_attr(feature = "v2_44", deprecated = "Since 2.44")]
38 pub use super::pixbuf_animation::PixbufAnimationExt;
39 pub use super::pixbuf_loader::PixbufLoaderExt;
40}