|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Include dependency graph for ev-job-scheduler.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | EvJobPriority { EV_JOB_PRIORITY_URGENT, EV_JOB_PRIORITY_HIGH, EV_JOB_PRIORITY_LOW, EV_JOB_PRIORITY_NONE, EV_JOB_N_PRIORITIES } |
Functions | |
| void | ev_job_scheduler_push_job (EvJob *job, EvJobPriority priority) |
| void | ev_job_scheduler_update_job (EvJob *job, EvJobPriority priority) |
| EvJob * | ev_job_scheduler_get_running_thread_job (void) |
| enum EvJobPriority |
| Enumerator | |
|---|---|
| EV_JOB_PRIORITY_URGENT | |
| EV_JOB_PRIORITY_HIGH | |
| EV_JOB_PRIORITY_LOW | |
| EV_JOB_PRIORITY_NONE | |
| EV_JOB_N_PRIORITIES | |
Definition at line 33 of file ev-job-scheduler.h.
| EvJob* ev_job_scheduler_get_running_thread_job | ( | void | ) |
ev_job_scheduler_get_running_thread_job:
Returns: (transfer none): an EvJob
Definition at line 316 of file ev-job-scheduler.c.
Here is the caller graph for this function:| void ev_job_scheduler_push_job | ( | EvJob * | job, |
| EvJobPriority | priority | ||
| ) |
| void ev_job_scheduler_update_job | ( | EvJob * | job, |
| EvJobPriority | priority | ||
| ) |