diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-11-03 14:15:40 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-11-03 14:15:40 +0000 |
| commit | b332d295da8229663fd202f173cb41b62a456606 (patch) | |
| tree | a067ec5972d93c6f79f51833e9eb8c7710550f40 | |
| parent | aec50b7a93ba229dd220a89152b84684986bd660 (diff) | |
Add keep_xmlnode field to LassoNodeClassData
* lasso/xml/private.h: add a boolean flag named keep_xmlnode to
base class structure LassoNodeClassData.
| -rw-r--r-- | lasso/xml/private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/private.h b/lasso/xml/private.h index 64f128be..5fc6c92b 100644 --- a/lasso/xml/private.h +++ b/lasso/xml/private.h @@ -79,6 +79,7 @@ struct _LassoNodeClassData xmlNs *ns; int sign_type_offset; int sign_method_offset; + gboolean keep_xmlnode; }; void lasso_node_class_set_nodename(LassoNodeClass *klass, char *name); |
