pub trait EmblemedIconExt: 'static {
// Required methods
fn add_emblem(&self, emblem: &Emblem);
fn clear_emblems(&self);
fn get_emblems(&self) -> Vec<Emblem>;
fn get_icon(&self) -> Option<Icon>;
fn get_property_gicon(&self) -> Option<Icon>;
}