Go to the source code of this file.
|
G_BEGIN_DECLS void | g_io_scheduler_push_job (GIOSchedulerJobFunc job_func, gpointer user_data, GDestroyNotify notify, gint io_priority, GCancellable *cancellable) |
|
GIO_DEPRECATED_IN_2_36 void | g_io_scheduler_cancel_all_jobs (void) |
|
gboolean | g_io_scheduler_job_send_to_mainloop (GIOSchedulerJob *job, GSourceFunc func, gpointer user_data, GDestroyNotify notify) |
|
void | g_io_scheduler_job_send_to_mainloop_async (GIOSchedulerJob *job, GSourceFunc func, gpointer user_data, GDestroyNotify notify) |
|
◆ g_io_scheduler_cancel_all_jobs()
◆ g_io_scheduler_job_send_to_mainloop()
◆ g_io_scheduler_job_send_to_mainloop_async()
◆ g_io_scheduler_push_job()