![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <lasso/lasso.h> LassoSamlAttribute; LassoSamlAttribute* lasso_saml_attribute_new (void);
typedef struct { LassoSamlAttributeDesignator parent; gchar *attributeName; gchar *attributeNameSpace; GList *AttributeValue; } LassoSamlAttribute;
LassoSamlAttribute* lasso_saml_attribute_new (void);
Creates a new LassoSamlAttribute object.
Returns : |
a newly created LassoSamlAttribute object |