[][src]Trait gio::FileIOStreamExt

pub trait FileIOStreamExt: 'static {
    fn get_etag(&self) -> Option<GString>;
fn query_info<'a, P: IsA<Cancellable> + 'a, Q: Into<Option<&'a P>>>(
        &self,
        attributes: &str,
        cancellable: Q
    ) -> Result<FileInfo, Error>;
fn query_info_async<'a, P: IsA<Cancellable> + 'a, Q: Into<Option<&'a P>>, R: FnOnce(Result<FileInfo, Error>) + Send + 'static>(
        &self,
        attributes: &str,
        io_priority: Priority,
        cancellable: Q,
        callback: R
    ); }

Required methods

fn get_etag(&self) -> Option<GString>

fn query_info<'a, P: IsA<Cancellable> + 'a, Q: Into<Option<&'a P>>>(
    &self,
    attributes: &str,
    cancellable: Q
) -> Result<FileInfo, Error>

fn query_info_async<'a, P: IsA<Cancellable> + 'a, Q: Into<Option<&'a P>>, R: FnOnce(Result<FileInfo, Error>) + Send + 'static>(
    &self,
    attributes: &str,
    io_priority: Priority,
    cancellable: Q,
    callback: R
)

Loading content...

Implementors

impl<O: IsA<FileIOStream>> FileIOStreamExt for O[src]

Loading content...