Gio.SeekableIface

Fields

Name

Type

Access

Description

can_seek

object

r

Checks if seeking is supported by the stream.

can_truncate

object

r

Checks if truncation is supported by the stream.

g_iface

GObject.TypeInterface

r

The parent interface.

seek

object

r

Seeks to a location within a stream.

tell

object

r

Tells the current location within a stream.

truncate_fn

object

r

Truncates a stream.

Methods

None

Details

class Gio.SeekableIface

Provides an interface for implementing seekable functionality on I/O Streams.