[][src]Trait gstreamer::subclass::prelude::PadImplExt

pub trait PadImplExt {
    fn parent_linked(&self, pad: &Pad, peer: &Pad);
fn parent_unlinked(&self, pad: &Pad, peer: &Pad); }

Required methods

fn parent_linked(&self, pad: &Pad, peer: &Pad)

fn parent_unlinked(&self, pad: &Pad, peer: &Pad)

Loading content...

Implementors

impl<T: PadImpl + ObjectImpl> PadImplExt for T[src]

Loading content...