GSeekable: GSeekable

Description Methods and Functions Hierarchy Implementations Detailed Description Structures Author(s) References

Description

Stream seeking interface

Methods and Functions

gSeekableTell(object)
gSeekableCanSeek(object)
gSeekableSeek(object, offset, type = "G_SEEK_SET", cancellable = NULL, .errwarn = TRUE)
gSeekableCanTruncate(object)
gSeekableTruncate(object, offset, cancellable = NULL, .errwarn = TRUE)

Hierarchy

1
2
GInterface
   +----GSeekable

Implementations

GSeekable is implemented by GFileIOStream, GFileInputStream, GFileOutputStream, GMemoryInputStream and GMemoryOutputStream.

Detailed Description

GSeekable is implemented by streams (implementations of GInputStream or GOutputStream) that support seeking.

Structures

GSeekable

Seek object for streaming operations.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

https://developer.gnome.org/gio/stable/GSeekable.html


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to GSeekable in RGtk2...