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