gstreamer-rs/gstreamer-app/src/auto/mod.rs
Sebastian Dröge f1426c82ba Remove callback guards
Since Rust 1.24 it is safe to let panics go to the FFI boundary
2018-02-17 19:58:41 +02:00

17 lines
329 B
Rust

// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
// from gir-files (https://github.com/gtk-rs/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 {
}