![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct LassoIdWsf2DiscoServiceType; LassoIdWsf2DiscoServiceType * lasso_idwsf2_disco_service_type_new (void
); LassoIdWsf2DiscoServiceType * lasso_idwsf2_disco_service_type_new_with_string (const char *content
);
struct LassoIdWsf2DiscoServiceType { LassoNode parent; /* elements */ char *content; };
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 |