diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-09-28 07:25:46 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-09-28 07:25:46 +0000 |
| commit | 75a655fb66055dd3542e92b19b772bfd97328f7d (patch) | |
| tree | 6084c95f70daf67dcdfd561a80fb685bc63b2962 | |
| parent | 0ab710cbc8e71587bc23e9e173284918574774e0 (diff) | |
| download | lasso-75a655fb66055dd3542e92b19b772bfd97328f7d.tar.gz lasso-75a655fb66055dd3542e92b19b772bfd97328f7d.tar.xz lasso-75a655fb66055dd3542e92b19b772bfd97328f7d.zip | |
80 cols for docstrings
| -rw-r--r-- | lasso/id-wsf/discovery.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lasso/id-wsf/discovery.c b/lasso/id-wsf/discovery.c index f423bb20..c69d1b55 100644 --- a/lasso/id-wsf/discovery.c +++ b/lasso/id-wsf/discovery.c @@ -109,7 +109,8 @@ lasso_discovery_build_credential(LassoDiscovery *discovery, const gchar *provide * @resourceOffering: a LassoDiscoResourceOffering * @description: a LassoDiscoDescription * - * Generic static method used by lasso_discovery_init_modify() and lasso_discovery_init_query() + * Generic static method used by lasso_discovery_init_modify() and + * lasso_discovery_init_query() * * Return value: 0 on success and a negative value if an error occurs. **/ @@ -554,8 +555,8 @@ lasso_discovery_process_modify_msg(LassoDiscovery *discovery, const gchar *messa * lasso_discovery_build_modify_response_msg: * @discovery: a #LassoDiscovery * - * Builds a disco:ModifyResponse message; answer to the disco:Modify passed to - * lasso_discovery_process_modify_msg(). It inserts and removed + * Builds a disco:ModifyResponse message; answer to the disco:Modify passed + * to lasso_discovery_process_modify_msg(). It inserts and removed * ResourceOfferings from identity; it must be saved afterwards. * * Sets @msg_body to the SOAP answer. @@ -915,8 +916,8 @@ lasso_discovery_get_service_with_providerId(LassoDiscovery *discovery, const cha * * After a disco:query message, creates a GList object of #LassoDataService. * - * Return value: a newly created GList object of #LassoDataService; or NULL if an - * error occured. + * Return value: a newly created GList object of #LassoDataService; + * or NULL if an error occured. **/ GList* lasso_discovery_get_services(LassoDiscovery *discovery) |
