Ecore_Job.h File Reference

Functions for dealing with Ecore jobs. More...

Typedefs

typedef void Ecore_Job
 A job handle.

Functions

EAPI Ecore_Jobecore_job_add (void(*func)(void *data), const void *data)
 Add a job to the event queue.
EAPI void * ecore_job_del (Ecore_Job *job)
 Delete a queued job that has not yet been executed.

Detailed Description

Functions for dealing with Ecore jobs.