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

Required Methods

Implementors