![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoIdWsf2DiscoServiceContext; LassoIdWsf2DiscoServiceContext* lasso_idwsf2_disco_service_context_new (void); LassoIdWsf2DiscoServiceContext* lasso_idwsf2_disco_service_context_new_full (const gchar *serviceType, LassoIdWsf2DiscoEndpointContext *endpointContext);
Figure 145. Schema fragment for disco:ServiceContext
<xs:complexType name="ServiceContextType"> <xs:sequence> <xs:element ref="ServiceType" maxOccurs="unbounded" /> <xs:element ref="Options" minOccurs="0" maxOccurs="unbounded" /> <xs:element ref="EndpointContext" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType>
typedef struct { LassoNode parent; /* elements */ GList *ServiceType; /* of strings */ GList *Options; /* of LassoIdWsf2DiscoOptions */ GList *EndpointContext; /* of LassoIdWsf2DiscoEndpointContext */ } LassoIdWsf2DiscoServiceContext;
LassoIdWsf2DiscoServiceContext* lasso_idwsf2_disco_service_context_new (void);
Creates a new LassoIdWsf2DiscoServiceContext object.
Returns : |
a newly created LassoIdWsf2DiscoServiceContext object |
LassoIdWsf2DiscoServiceContext* lasso_idwsf2_disco_service_context_new_full (const gchar *serviceType, LassoIdWsf2DiscoEndpointContext *endpointContext);