RGtk2 (version 2.20.31)

GSeekable: GSeekable

Description

Stream seeking interface

Arguments

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

GInterface
   +----GSeekable

Detailed Description

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

Structures

References

http://library.gnome.org/devel//gio/GSeekable.html