Trait gio::FileIconExt[][src]

pub trait FileIconExt: 'static {
    fn get_file(&self) -> Option<File>;
}

Required methods

fn get_file(&self) -> Option<File>[src]

Loading content...

Implementors

impl<O: IsA<FileIcon>> FileIconExt for O[src]

Loading content...