diff options
| -rw-r--r-- | lasso/xml/ds_signature.c | 2 | ||||
| -rw-r--r-- | lasso/xml/saml_name_identifier.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lasso/xml/ds_signature.c b/lasso/xml/ds_signature.c index a42ee52f..4129f446 100644 --- a/lasso/xml/ds_signature.c +++ b/lasso/xml/ds_signature.c @@ -107,6 +107,8 @@ GType lasso_ds_signature_get_type() { /** * lasso_ds_signature_new: + * @doc: the doc + * @signMethodId: the signature method (RsaSha1 or DsaSha1) * * Creates a new <ds:Signature> node object. * diff --git a/lasso/xml/saml_name_identifier.c b/lasso/xml/saml_name_identifier.c index bf2388a3..f1866347 100644 --- a/lasso/xml/saml_name_identifier.c +++ b/lasso/xml/saml_name_identifier.c @@ -108,6 +108,7 @@ GType lasso_saml_name_identifier_get_type() { /** * lasso_saml_name_identifier_new: + * @content: the node content * * Creates a new <saml:NameIdentifier> node object. * |
