Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gioscheduler.h File Reference
#include <gio/giotypes.h>

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ g_io_scheduler_cancel_all_jobs()

GIO_DEPRECATED_IN_2_36 void g_io_scheduler_cancel_all_jobs ( void )

◆ g_io_scheduler_job_send_to_mainloop()

gboolean g_io_scheduler_job_send_to_mainloop ( GIOSchedulerJob * job,
GSourceFunc func,
gpointer user_data,
GDestroyNotify notify )

◆ g_io_scheduler_job_send_to_mainloop_async()

void g_io_scheduler_job_send_to_mainloop_async ( GIOSchedulerJob * job,
GSourceFunc func,
gpointer user_data,
GDestroyNotify notify )

◆ g_io_scheduler_push_job()

G_BEGIN_DECLS void g_io_scheduler_push_job ( GIOSchedulerJobFunc job_func,
gpointer user_data,
GDestroyNotify notify,
gint io_priority,
GCancellable * cancellable )