[][src]Trait gstreamer_check::prelude::GstObjectExtManual

pub trait GstObjectExtManual: 'static {
    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>>, 

Loading content...

Implementors

impl<O> GstObjectExtManual for O where
    O: IsA<Object>, 
[src]

Loading content...