summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf/discovery.c
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2009-01-26 16:10:24 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2009-01-26 16:10:24 +0000
commitfad3fa581bd0857da4351a5e0f1f8f53aa591c9c (patch)
tree58bee6f3daf390b9ebd268f82bd06a9f14a38111 /lasso/id-wsf/discovery.c
parentaa0add4286be2bbfad77a98c137e479c99dc60bf (diff)
downloadlasso-fad3fa581bd0857da4351a5e0f1f8f53aa591c9c.tar.gz
lasso-fad3fa581bd0857da4351a5e0f1f8f53aa591c9c.tar.xz
lasso-fad3fa581bd0857da4351a5e0f1f8f53aa591c9c.zip
added documentation for id-wsf 2.0 functions
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)