public interface Seekable {
public bool truncate ( int64 offset,
Cancellable? cancellable )
throws GLib.Error;
public abstract bool can_seek ( ) ;
public abstract bool can_truncate ( ) ;
public abstract bool seek ( int64 offset,
SeekType type,
Cancellable? cancellable )
throws GLib.Error;
public abstract int64 tell ( ) ;
public abstract bool truncate_fn ( int64 offset,
Cancellable? cancellable )
throws GLib.Error;
}
public bool truncate ( int64 offset,
Cancellable? cancellable )
throws GLib.Error;
public abstract bool can_seek ( ) ;
public abstract bool can_truncate ( ) ;
public abstract bool seek ( int64 offset,
SeekType type,
Cancellable? cancellable )
throws GLib.Error;
public abstract int64 tell ( ) ;
public abstract bool truncate_fn ( int64 offset,
Cancellable? cancellable )
throws GLib.Error;
Created by Valadoc