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