Trait gio::EmblemedIconExt[][src]

pub trait EmblemedIconExt {
    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>;
fn connect_property_gicon_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Important traits for Vec<u8>

Implementors