#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 |
|
|
Function to call to process the action |
|
|
Name of an action |
|
|
Comma seperated list of required arguments, in the order they will be presented to the rox_soap_server_action function. |
|
|
Comma seperated list of optional arguments, in the order they will be presented to the rox_soap_server_action function. |
|
|
Addtional data to pass to action |
1.4.4