![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_gui_throttle_task_t:Data Fields | |
| gpointer | source |
| dt_gui_throttle_callback_t | callback |
| gpointer | user_data |
Definition at line 30 of file gui_throttle.c.
| dt_gui_throttle_callback_t dt_gui_throttle_task_t::callback |
Definition at line 33 of file gui_throttle.c.
Referenced by _dispatch_pending_tasks(), and dt_gui_throttle_queue().
| gpointer dt_gui_throttle_task_t::source |
Definition at line 32 of file gui_throttle.c.
Referenced by _find_task(), dt_gui_throttle_cancel(), and dt_gui_throttle_queue().
| gpointer dt_gui_throttle_task_t::user_data |
Definition at line 34 of file gui_throttle.c.
Referenced by _dispatch_pending_tasks(), and dt_gui_throttle_queue().