summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:52:36 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:52:36 +0000
commitfa9931c9ebd11533105e69eea9682bd31d2b8e0f (patch)
treeb324e3ccb4531c9f46d5407a8820b36ec28212d5 /lasso/id-wsf
parent2d18a0d3f8a18e680f175df35391cfa444bf52e2 (diff)
downloadlasso-fa9931c9ebd11533105e69eea9682bd31d2b8e0f.tar.gz
lasso-fa9931c9ebd11533105e69eea9682bd31d2b8e0f.tar.xz
lasso-fa9931c9ebd11533105e69eea9682bd31d2b8e0f.zip
* add Deprecated marker to documentation.
Diffstat (limited to 'lasso/id-wsf')
-rw-r--r--lasso/id-wsf/wsf_profile.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c
index 4fe18587..b2f24495 100644
--- a/lasso/id-wsf/wsf_profile.c
+++ b/lasso/id-wsf/wsf_profile.c
@@ -210,7 +210,7 @@ lasso_wsf_profile_build_soap_envelope_internal(const char *refToMessageId, const
* @src: a #LassoWsfProfile containing the credentials
* @dest: the #LassoWsfProfile where to add the credentials
*
- * OBSOLETE: Do nothin.
+ * @Deprecated: Since 2.2.1
*
* Return value: 0.
*/
@@ -225,7 +225,7 @@ lasso_wsf_profile_move_credentials(LassoWsfProfile *src, LassoWsfProfile *dest)
* @profile: a #LassoWsfProfile
* @credential: an #xmlNode containing credential informations
*
- * OBSOLETE: Do nothing.
+ * @Deprecated: Since 2.2.1
*
* Return value: 0.
*/
@@ -451,7 +451,7 @@ lasso_wsf_profile_build_soap_envelope(const char *refToMessageId, const char *pr
* lasso_wsf_profile_is_principal_online():
* @profile: a #LassoWsfProfile
*
- * OBSOLETE: do nothing.
+ * @Deprecated: Since 2.2.1
*
* Return value: FALSE.
**/
@@ -466,7 +466,7 @@ lasso_wsf_profile_principal_is_online(LassoWsfProfile *profile)
* @profile: a #LassoWsfProfile
* @status : a char* representing status of principal.
*
- * OBSOLETE: do nothing.
+ * @Deprecated: Since 2.2.1
*
**/
void
@@ -478,7 +478,7 @@ lasso_wsf_profile_set_principal_status(LassoWsfProfile *profile, const char *sta
* lasso_wsf_profile_set_principal_online():
* @profile: a #LassoWsfProfile
*
- * OBSOLETE: do nothing.
+ * @Deprecated: Since 2.2.1
*
**/
void
@@ -876,7 +876,7 @@ exit:
/**
* lasso_wsf_profile_set_provider_soap_request:
*
- * OBSOLETE: do nothing.
+ * @Deprecated: Since 2.2.1
*
* Return value: NULL
*/