Handbook
Glossary
g_io_channel_seek_position ( iochannel offset type error -- GIOStatus )
Vocabulary
glib
.
ffi
Inputs
iochannel
an
object
offset
an
object
type
an
object
error
an
object
Outputs
GIOStatus
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GIOStatus
g_io_channel_seek_position
( GIOChannel* iochannel,
gint64
offset,
GSeekType
type,
GError* error )