gstreamer-rs/gstreamer-app/src/auto/mod.rs
Sebastian Dröge 342d5ab935 Add signal connectors for property notifications
Have to hide some properties again at a later time, which have actual
getter/setter functions already. We only need the notification signals
for those.

Depends on the GIR patch in https://github.com/gtk-rs/gir/pull/441
2017-08-18 17:43:55 +03:00

16 lines
257 B
Rust

// This file was generated by gir (cfd99ec+) 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 {
}