LassoWsAddrProblemAction
LassoWsAddrProblemAction
|
|
Synopsis
LassoWsAddrProblemAction;
LassoWsAddrProblemAction* lasso_wsa_problem_action_new (void);
Details
LassoWsAddrProblemAction
typedef struct {
LassoNode parent;
/* elements */
LassoWsAddrAttributedURI *Action;
char *SoapAction;
/* attributes */
GHashTable *attributes;
} LassoWsAddrProblemAction;
lasso_wsa_problem_action_new ()
LassoWsAddrProblemAction* lasso_wsa_problem_action_new (void);
Creates a new LassoWsAddrProblemAction object.
Returns : |
a newly created LassoWsAddrProblemAction object
|