| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Synopsis
struct LassoWsAddrRelatesTo; LassoWsAddrRelatesTo * lasso_wsa_relates_to_new (void); LassoWsAddrRelatesTo * lasso_wsa_relates_to_new_with_string (char *content);
Details
struct LassoWsAddrRelatesTo
struct LassoWsAddrRelatesTo {
	LassoNode parent;
	/* elements */
	char *content;
	/* attributes */
	char *RelationshipType;
	GHashTable *attributes;
};
lasso_wsa_relates_to_new ()
LassoWsAddrRelatesTo *  lasso_wsa_relates_to_new        (void);
Creates a new LassoWsAddrRelatesTo object.
Returns :  | 
a newly created LassoWsAddrRelatesTo object | 
lasso_wsa_relates_to_new_with_string ()
LassoWsAddrRelatesTo *  lasso_wsa_relates_to_new_with_string
                                                        (char *content);
Creates a new LassoWsAddrRelatesTo object and initializes it
with content as content.
  | 
a content string | 
Returns :  | 
a newly created LassoWsAddrRelatesTo object | 
