// Take a look at the license at the top of the repository in the LICENSE file.
#![cfg_attr(feature = "dox", feature(doc_cfg))]
#![doc = include_str!("../README.md")]
pub use ffi;
pub use gio;
pub use glib;
#[allow(clippy::too_many_arguments)]
mod auto;
pub mod subclass;
mod pixbuf;
mod pixbuf_animation;
mod pixbuf_animation_iter;
pub mod prelude;
pub use self::pixbuf_animation_iter::PixbufAnimationIter;
pub use crate::auto::*;