Handbook
Glossary
g_input_stream_skip_async ( input_stream count io_priority cancellable callback user_data -- )
Vocabulary
gio
.
ffi
Inputs
input_stream
an
object
count
an
object
io_priority
an
object
cancellable
an
object
callback
an
object
user_data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_input_stream_skip_async
( GInputStream* input_stream,
gulong
count,
gint
io_priority, GCancellable* cancellable,
GAsyncReadyCallback
callback,
gpointer
user_data )