Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

rox_soap_server_actions Struct Reference

#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


Detailed Description

Type defining an action.


Field Documentation

rox_soap_server_action rox_soap_server_actions::action
 

Function to call to process the action

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.

gpointer rox_soap_server_actions::udata
 

Addtional data to pass to action


The documentation for this struct was generated from the following file:
Generated on Sat Oct 22 17:49:15 2005 for ROX-CLib by doxygen 1.3.8