Handbook
Glossary
g_io_scheduler_push_job ( job_func user_data notify io_priority cancellable -- )
Vocabulary
gio
.
ffi
Inputs
job_func
an
object
user_data
an
object
notify
an
object
io_priority
an
object
cancellable
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_io_scheduler_push_job
(
GIOSchedulerJobFunc
job_func,
gpointer
user_data,
GDestroyNotify
notify,
gint
io_priority, GCancellable*
cancellable )