[−][src]Trait gio::FileIOStreamExt
Required Methods
fn get_etag(&self) -> Option<String>
fn query_info<'a, P: Into<Option<&'a Cancellable>>>(
&self,
attributes: &str,
cancellable: P
) -> Result<FileInfo, Error>
&self,
attributes: &str,
cancellable: P
) -> Result<FileInfo, Error>
fn query_info_async<'a, P: Into<Option<&'a Cancellable>>, Q: FnOnce(Result<FileInfo, Error>) + Send + 'static>(
&self,
attributes: &str,
io_priority: Priority,
cancellable: P,
callback: Q
)
&self,
attributes: &str,
io_priority: Priority,
cancellable: P,
callback: Q
)
Implementors
impl<O: IsA<FileIOStream> + IsA<Object> + Clone + 'static> FileIOStreamExt for O[src]
impl<O: IsA<FileIOStream> + IsA<Object> + Clone + 'static> FileIOStreamExt for Ofn get_etag(&self) -> Option<String>[src]
fn get_etag(&self) -> Option<String>fn query_info<'a, P: Into<Option<&'a Cancellable>>>(
&self,
attributes: &str,
cancellable: P
) -> Result<FileInfo, Error>[src]
fn query_info<'a, P: Into<Option<&'a Cancellable>>>(
&self,
attributes: &str,
cancellable: P
) -> Result<FileInfo, Error>fn query_info_async<'a, P: Into<Option<&'a Cancellable>>, Q: FnOnce(Result<FileInfo, Error>) + Send + 'static>(
&self,
attributes: &str,
io_priority: Priority,
cancellable: P,
callback: Q
)[src]
fn query_info_async<'a, P: Into<Option<&'a Cancellable>>, Q: FnOnce(Result<FileInfo, Error>) + Send + 'static>(
&self,
attributes: &str,
io_priority: Priority,
cancellable: P,
callback: Q
)