[][src]Trait gio::FileInputStreamExt

pub trait FileInputStreamExt: 'static {
    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 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<FileInputStream>> FileInputStreamExt for O[src]

Loading content...