[][src]Trait gio::FileIconExt

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

Required methods

fn get_file(&self) -> Option<File>

Loading content...

Implementors

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

Loading content...