![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoIdWsf2SubsRefNotify; LassoIdWsf2SubsRefNotify* lasso_idwsf2_subsref_notify_new (void);
Figure 257. Schema fragment for subsref:Notify
<xs:complexType name="NotifyType"> <xs:complexContent> <xs:extension base="dst:RequestType"> <xs:sequence> <xs:element ref="subsref:Notification" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attributeGroup ref="subs:NotifyAttributeGroup"/> </xs:extension> </xs:complexContent> </xs:complexType>
typedef struct { LassoIdWsf2DstRequest parent; /* elements */ GList *Notification; /* of LassoNode */ /* attributes */ char *timeStamp; } LassoIdWsf2SubsRefNotify;
LassoIdWsf2SubsRefNotify* lasso_idwsf2_subsref_notify_new (void);
Creates a new LassoIdWsf2SubsRefNotify object.
Returns : |
a newly created LassoIdWsf2SubsRefNotify object |