#include <rox_soap_server.h>
Data Fields | |
| const char * | action_name |
| const char * | args |
| const char * | optional_args |
| rox_soap_server_action | action |
| gpointer | udata |
| const char* rox_soap_server_actions::action_name |
Name of an action
| const char* rox_soap_server_actions::args |
Comma seperated list of required arguments, in the order they will be presented to the rox_soap_server_action function.
| const char* rox_soap_server_actions::optional_args |
Comma seperated list of optional arguments, in the order they will be presented to the rox_soap_server_action function.
Function to call to process the action
| gpointer rox_soap_server_actions::udata |
Addtional data to pass to action
1.5.0