From 3940aaa707ab4f10abff6edfb11d60ad94dbda13 Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Mon, 9 Jul 2007 09:16:36 +0000 Subject: _new function have no parameters and added some _new_full function instead --- lasso/xml/id-wsf-2.0/disco_service_context.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lasso/xml/id-wsf-2.0/disco_service_context.h') diff --git a/lasso/xml/id-wsf-2.0/disco_service_context.h b/lasso/xml/id-wsf-2.0/disco_service_context.h index b55bd91b..42283a52 100644 --- a/lasso/xml/id-wsf-2.0/disco_service_context.h +++ b/lasso/xml/id-wsf-2.0/disco_service_context.h @@ -66,8 +66,10 @@ struct _LassoIdWsf2DiscoServiceContextClass { LASSO_EXPORT GType lasso_idwsf2_disco_service_context_get_type(void); -LASSO_EXPORT LassoIdWsf2DiscoServiceContext* lasso_idwsf2_disco_service_context_new( - const gchar *serviceType, LassoIdWsf2DiscoEndpointContext *endpointContext); +LASSO_EXPORT LassoIdWsf2DiscoServiceContext* lasso_idwsf2_disco_service_context_new(); + +LASSO_EXPORT LassoIdWsf2DiscoServiceContext* lasso_idwsf2_disco_service_context_new_full( + const gchar *serviceType, LassoIdWsf2DiscoEndpointContext *endpointContext); #ifdef __cplusplus } -- cgit