add_callback_symbols
Description:
A convenience function to add many callbacks instead of calling add_callback_symbol for each symbol.
Parameters:
this |
a Builder |
first_callback_name |
The name of the callback, as expected in the XML |
... |
A list of callback name and callback symbol pairs terminated with null |
first_callback_symbol |
The callback pointer |