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

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.

rox_soap_server_action rox_soap_server_actions::action

Function to call to process the action

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 13 17:22:46 2007 for ROX-CLib by  doxygen 1.5.0