summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf/discovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/id-wsf/discovery.c')
-rw-r--r--lasso/id-wsf/discovery.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/lasso/id-wsf/discovery.c b/lasso/id-wsf/discovery.c
index 3b958dc9..1d160d95 100644
--- a/lasso/id-wsf/discovery.c
+++ b/lasso/id-wsf/discovery.c
@@ -1360,8 +1360,7 @@ lasso_discovery_get_type()
*
* Creates a new #LassoDiscovery.
*
- * Return value: a newly created #LassoDiscovery object; or NULL if an error
- * occured.
+ * Return value: a newly created #LassoDiscovery object; or NULL if an error occured.
**/
LassoDiscovery*
lasso_discovery_new(LassoServer *server)
@@ -1376,16 +1375,14 @@ lasso_discovery_new(LassoServer *server)
return discovery;
}
-
/**
* lasso_discovery_new_full:
* @server: the #LassoServer
- * @offering: the
+ * @offering: the #LassoDiscoResourceOffering
*
* Creates a new #LassoDiscovery.
*
- * Return value: a newly created #LassoDiscovery object; or NULL if an error
- * occured.
+ * Return value: a newly created #LassoDiscovery object; or NULL if an error occured.
**/
LassoDiscovery*
lasso_discovery_new_full(LassoServer *server, LassoDiscoResourceOffering *offering)