Gio.SeekableIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
can_seek |
r |
Checks if seeking is supported by the stream. |
|
can_truncate |
r |
Checks if truncation is supported by the stream. |
|
g_iface |
r |
The parent interface. |
|
seek |
r |
Seeks to a location within a stream. |
|
tell |
r |
Tells the current location within a stream. |
|
truncate_fn |
r |
Truncates a stream. |
Methods¶
None
Details¶
- class Gio.SeekableIface¶
Provides an interface for implementing seekable functionality on I/O Streams.