Trait gstreamer_base::prelude::GstObjectExtManual [−][src]
pub trait GstObjectExtManual { fn connect_deep_notify<'a, P, F>(&self, name: P, f: F) -> SignalHandlerId
where
F: 'static + Send + Sync + Fn(&Self, &Object, &ParamSpec),
P: Into<Option<&'a str>>; }
Required Methods
fn connect_deep_notify<'a, P, F>(&self, name: P, f: F) -> SignalHandlerId where
F: 'static + Send + Sync + Fn(&Self, &Object, &ParamSpec),
P: Into<Option<&'a str>>,
F: 'static + Send + Sync + Fn(&Self, &Object, &ParamSpec),
P: Into<Option<&'a str>>,