Handbook
Glossary
g_io_scheduler_job_send_to_mainloop ( ioscheduler_job func user_data notify -- gboolean )
Vocabulary
gio
.
ffi
Inputs
ioscheduler_job
an
object
func
an
object
user_data
an
object
notify
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
gboolean
g_io_scheduler_job_send_to_mainloop
( GIOSchedulerJob* ioscheduler_job,
GSourceFunc
func,
gpointer
user_data,
GDestroyNotify
notify )