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