[][src]Trait atk::AtkPlugExt

pub trait AtkPlugExt: 'static {
    fn get_id(&self) -> Option<GString>;
}

Required methods

fn get_id(&self) -> Option<GString>

Loading content...

Implementors

impl<O: IsA<Plug>> AtkPlugExt for O[src]

Loading content...