| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
LassoIdWsf2DiscoServiceType;
LassoIdWsf2DiscoServiceType* lasso_idwsf2_disco_service_type_new
(void);
LassoIdWsf2DiscoServiceType * lasso_idwsf2_disco_service_type_new_with_string
(const char *content);
typedef struct {
LassoNode parent;
/* elements */
char *content;
} LassoIdWsf2DiscoServiceType;
LassoIdWsf2DiscoServiceType* lasso_idwsf2_disco_service_type_new
(void);
Creates a new LassoIdWsf2DiscoServiceType object.
Returns : |
a newly created LassoIdWsf2DiscoServiceType object |
LassoIdWsf2DiscoServiceType * lasso_idwsf2_disco_service_type_new_with_string
(const char *content);
Creates a new LassoIdWsf2DiscoServiceType object and initializes it
with content as content.
|
the content string |
Returns : |
a newly created LassoIdWsf2DiscoServiceType object |