| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Synopsis
struct LassoIdWsf2DiscoServiceType; LassoIdWsf2DiscoServiceType * lasso_idwsf2_disco_service_type_new (void); LassoIdWsf2DiscoServiceType * lasso_idwsf2_disco_service_type_new_with_string (const char *content);
Details
struct LassoIdWsf2DiscoServiceType
struct LassoIdWsf2DiscoServiceType {
LassoNode parent;
/* elements */
char *content;
};
lasso_idwsf2_disco_service_type_new ()
LassoIdWsf2DiscoServiceType * lasso_idwsf2_disco_service_type_new
(void);
Creates a new LassoIdWsf2DiscoServiceType object.
Returns : |
a newly created LassoIdWsf2DiscoServiceType object |
lasso_idwsf2_disco_service_type_new_with_string ()
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 |
