Method
DexSchedulerpush
Declaration [src]
void
dex_scheduler_push (
  DexScheduler* scheduler,
  DexSchedulerFunc func,
  gpointer func_data
)
Parameters
- func
- 
            Type: DexSchedulerFuncThe function callback. 
- func_data
- 
            Type: gpointerThe closure data for func.The argument can be NULL.The data is owned by the caller of the method.