diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-30 19:27:24 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-30 19:27:24 +0000 |
| commit | 97cd445ee361cf7da4051e81005cf59fd34fcffd (patch) | |
| tree | d7a624ba27f2d4eed1494aa93ccc091c9f5c9bf0 /lasso/xml/saml_advice.c | |
| parent | b9efc048b835c575cb10457e251e563ec425d2b8 (diff) | |
| download | lasso-97cd445ee361cf7da4051e81005cf59fd34fcffd.tar.gz lasso-97cd445ee361cf7da4051e81005cf59fd34fcffd.tar.xz lasso-97cd445ee361cf7da4051e81005cf59fd34fcffd.zip | |
documented more functions, reaching 50% symbol docs coverage (126 symbols
documented, 126 not documented)
Diffstat (limited to 'lasso/xml/saml_advice.c')
| -rw-r--r-- | lasso/xml/saml_advice.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lasso/xml/saml_advice.c b/lasso/xml/saml_advice.c index 784ce115..00878af0 100644 --- a/lasso/xml/saml_advice.c +++ b/lasso/xml/saml_advice.c @@ -104,13 +104,12 @@ lasso_saml_advice_get_type() /** * lasso_saml_advice_new: * - * Creates a new saml:Advice node object. + * Creates a new #LassoSamlAdvice object. * - * Return value: the new #LassoSamlAdvice + * Return value: a newly created #LassoSamlAdvice **/ LassoNode* lasso_saml_advice_new() { return g_object_new(LASSO_TYPE_SAML_ADVICE, NULL); } - |
