[−][src]Trait gio::prelude::SeekableExt
Required methods
fn can_seek(&self) -> bool
fn can_truncate(&self) -> bool
fn seek<P: IsA<Cancellable>>(
&self,
offset: i64,
type_: SeekType,
cancellable: Option<&P>
) -> Result<(), Error>
&self,
offset: i64,
type_: SeekType,
cancellable: Option<&P>
) -> Result<(), Error>
fn tell(&self) -> i64
fn truncate<P: IsA<Cancellable>>(
&self,
offset: i64,
cancellable: Option<&P>
) -> Result<(), Error>
&self,
offset: i64,
cancellable: Option<&P>
) -> Result<(), Error>
Implementors
impl<O: IsA<Seekable>> SeekableExt for O
[src]
fn can_seek(&self) -> bool
[src]
fn can_truncate(&self) -> bool
[src]
fn seek<P: IsA<Cancellable>>(
&self,
offset: i64,
type_: SeekType,
cancellable: Option<&P>
) -> Result<(), Error>
[src]
&self,
offset: i64,
type_: SeekType,
cancellable: Option<&P>
) -> Result<(), Error>
fn tell(&self) -> i64
[src]
fn truncate<P: IsA<Cancellable>>(
&self,
offset: i64,
cancellable: Option<&P>
) -> Result<(), Error>
[src]
&self,
offset: i64,
cancellable: Option<&P>
) -> Result<(), Error>