[go: up one dir, main page]

[][src]Trait gio::FileIconExt

pub trait FileIconExt {
    fn get_file(&self) -> Option<File>;
fn connect_property_file_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors

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