[ Deprecated ( since = "vala-0.16" , replacement = "IOSchedulerJob.cancel_all" ) ]
public void g_io_scheduler_cancel_all_jobs ()
Warning: g_io_scheduler_cancel_all_jobs is deprecated. Use GLib.IOSchedulerJob.cancel_all.
Cancels all cancellable I/O jobs.
You should never call this function, since you don't know how other libraries in your program might be making use of gioscheduler.
A job is cancellable if a Cancellable was passed into g_io_scheduler_push_job.