[][src]Trait gtk::subclass::socket::SocketImplExt

pub trait SocketImplExt {
    fn parent_plug_added(&self, socket: &Socket);
fn parent_plug_removed(&self, socket: &Socket) -> Inhibit; }

Required methods

fn parent_plug_added(&self, socket: &Socket)

fn parent_plug_removed(&self, socket: &Socket) -> Inhibit

Loading content...

Implementors

impl<T: SocketImpl + ObjectImpl> SocketImplExt for T[src]

Loading content...