gstreamer-rs/gstreamer-net/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

20 lines
435 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 net_client_clock;
pub use self::net_client_clock::NetClientClock;
mod net_time_provider;
pub use self::net_time_provider::NetTimeProvider;
mod ntp_clock;
pub use self::ntp_clock::NtpClock;
mod ptp_clock;
pub use self::ptp_clock::PtpClock;
#[doc(hidden)]
pub mod traits {
}