Home | History | Annotate | Download | only in gio

Lines Matching full:job_func

51   GIOSchedulerJobFunc job_func;
179 result = job->job_func (job, job->cancellable, job->data);
198 result = job->job_func (job, job->cancellable, job->data);
208 * @job_func: a #GIOSchedulerJobFunc.
209 * @user_data: data to pass to @job_func
217 * @notify will be called on @user_data after @job_func has returned,
225 g_io_scheduler_push_job (GIOSchedulerJobFunc job_func,
234 g_return_if_fail (job_func != NULL);
237 job->job_func = job_func;