![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <update_queue.h>
Public Attributes | |
| void * | data |
| uq_free_fn_t | free_data_func |
Definition at line 23 of file update_queue.h.
| void* update_queue_data::data |
Definition at line 24 of file update_queue.h.
Referenced by update_queue::add(), update_queue::connect_processing_finished(), update_queue::connect_processing_finished_full(), update_queue::connect_processing_finished_unique(), update_queue::data_destroy(), update_queue::data_new(), update_queue::has_callback_full(), and set_client_page_callback().
| uq_free_fn_t update_queue_data::free_data_func |
Definition at line 25 of file update_queue.h.
Referenced by update_queue::connect_processing_finished_full(), update_queue::data_destroy(), update_queue::data_new(), and update_queue::has_callback_full().