libtiepie-hw
1.1.10
|
Functions to set callbacks that are triggered when the server list is changed. More...
Functions | |
TIEPIE_HW_API void | tiepie_hw_network_servers_set_callback_added (tiepie_hw_handle_callback callback, void *data) |
Set a callback function which is called when a server is added to the server list. More... | |
Functions to set callbacks that are triggered when the server list is changed.
TIEPIE_HW_API void tiepie_hw_network_servers_set_callback_added | ( | tiepie_hw_handle_callback | callback, |
void * | data | ||
) |
Set a callback function which is called when a server is added to the server list.
[in] | callback | A pointer to the callback function. Use NULL to disable. |
[in] | data | Optional user data. |