gstreamer-rs/gstreamer-app/src/auto/mod.rs
Sebastian Dröge 6f09e5c791 Regenerate with latest GIR to fix various issues with property getters
Get rid of unneeded transmutes and actually initialize flags/enum
GValues with the correct type instead of using integers.
2017-11-27 19:19:00 +02:00

16 lines
256 B
Rust

// This file was generated by gir (d50d839) from gir-files (???)
// DO NOT EDIT
mod app_sink;
pub use self::app_sink::AppSink;
mod app_src;
pub use self::app_src::AppSrc;
mod enums;
pub use self::enums::AppStreamType;
#[doc(hidden)]
pub mod traits {
}