[go: up one dir, main page]

[][src]Trait gio::VfsExt

pub trait VfsExt {
    fn get_file_for_path(&self, path: &str) -> Option<File>;
fn get_file_for_uri(&self, uri: &str) -> Option<File>;
fn get_supported_uri_schemes(&self) -> Vec<String>;
fn is_active(&self) -> bool;
fn parse_name(&self, parse_name: &str) -> Option<File>; }

Required Methods

Implementors

impl<O: IsA<Vfs>> VfsExt for O
[src]