summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2008-09-17 08:32:01 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2008-09-17 08:32:01 +0000
commit6b9a2651020d56ddcc0de66b6c93e23f04508b3c (patch)
treed9bf386dcf812eb45b36f88ae5ba6e78a8f388ea /lasso
parenta18ddb94e051c3fe5bbc9b88220f77af2b6f69c3 (diff)
downloadlasso-6b9a2651020d56ddcc0de66b6c93e23f04508b3c.tar.gz
lasso-6b9a2651020d56ddcc0de66b6c93e23f04508b3c.tar.xz
lasso-6b9a2651020d56ddcc0de66b6c93e23f04508b3c.zip
fixed docstrings which fucked php5 binding
Diffstat (limited to 'lasso')
-rw-r--r--lasso/id-ff/server.c2
-rw-r--r--lasso/id-wsf/discovery.c6
-rw-r--r--lasso/id-wsf/wsf_profile.c10
3 files changed, 9 insertions, 9 deletions
diff --git a/lasso/id-ff/server.c b/lasso/id-ff/server.c
index a138e579..b4f84fa4 100644
--- a/lasso/id-ff/server.c
+++ b/lasso/id-ff/server.c
@@ -171,7 +171,7 @@ lasso_server_add_service(G_GNUC_UNUSED LassoServer *server, G_GNUC_UNUSED LassoN
* Return value: 0 if succesfull, LASSO_PARAM_ERROR_BAD_TYPE_OF_NULL_OBJECT if
* said dump is not a #LassoNode or is not of the righ type,
* LASSO_PARAM_ERROR_INVALID_VALUE if dump is NULL.
- */
+ **/
gint
lasso_server_add_service_from_dump(LassoServer *server, const gchar *dump)
{
diff --git a/lasso/id-wsf/discovery.c b/lasso/id-wsf/discovery.c
index 6816332a..e31bc12c 100644
--- a/lasso/id-wsf/discovery.c
+++ b/lasso/id-wsf/discovery.c
@@ -200,7 +200,7 @@ lasso_discovery_build_credential(LassoDiscovery *discovery, G_GNUC_UNUSED const
*
* Return value: the newly created #LassoDiscoInsertEntry or NULL if some
* preconditions failed.
- */
+ **/
LassoDiscoInsertEntry*
lasso_discovery_add_insert_entry(LassoDiscovery *discovery,
LassoDiscoServiceInstance *serviceInstance,
@@ -238,7 +238,7 @@ lasso_discovery_add_insert_entry(LassoDiscovery *discovery,
* response to a Modify/InsertEntry message).
*
* Return value: 0
- */
+ **/
gint
lasso_discovery_add_remove_entry(LassoDiscovery *discovery,
const gchar *entryID)
@@ -307,7 +307,7 @@ lasso_discovery_add_requested_service_type(LassoDiscovery *discovery,
/** lasso_discovery_init_modify:
*
* @Deprecated: Since 2.2.1, use lasso_discovery_init_insert() instead.
- */
+ **/
gint
lasso_discovery_init_modify(G_GNUC_UNUSED LassoDiscovery *discovery,
G_GNUC_UNUSED LassoDiscoResourceOffering *resourceOffering,
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c
index 5866d5d5..d0811da3 100644
--- a/lasso/id-wsf/wsf_profile.c
+++ b/lasso/id-wsf/wsf_profile.c
@@ -627,7 +627,7 @@ lasso_wsf_profile_set_session_from_dump(LassoWsfProfile *profile, const gchar *
* the ref count of request is increased by one after this call.
*
* Return value: 0 if initialization was successfull.
- */
+ **/
gint
lasso_wsf_profile_init_soap_request(LassoWsfProfile *profile, LassoNode *request)
{
@@ -656,7 +656,7 @@ lasso_wsf_profile_init_soap_request(LassoWsfProfile *profile, LassoNode *request
* mechanism requested.
*
* Return value: 0 if construction is successfull.
- */
+ **/
gint
lasso_wsf_profile_build_soap_request_msg(LassoWsfProfile *profile)
{
@@ -709,7 +709,7 @@ exit:
* response.
*
* Return value: 0 if construction is successfull.
- */
+ **/
int
lasso_wsf_profile_build_soap_response_msg(LassoWsfProfile *profile)
{
@@ -816,7 +816,7 @@ exit:
* eventually signal a SOAP fault.
*
* Return value: 0 if the processing of this message was successful.
- */
+ **/
gint
lasso_wsf_profile_process_soap_response_msg(LassoWsfProfile *profile, const gchar *message)
{
@@ -885,7 +885,7 @@ exit:
* @Deprecated: Since 2.2.1
*
* Return value: NULL
- */
+ **/
LassoSoapBindingProvider *
lasso_wsf_profile_set_provider_soap_request(G_GNUC_UNUSED LassoWsfProfile *profile,
G_GNUC_UNUSED const char *providerId)