diff options
author | Lars Clausen <lclausen@src.gnome.org> | 2002-12-03 05:01:52 +0000 |
---|---|---|
committer | Lars Clausen <lclausen@src.gnome.org> | 2002-12-03 05:01:52 +0000 |
commit | 3875e76f2a48bca200dfe0f10c91b7a56e1cf764 (patch) | |
tree | 94ae974b108c1b3b163d52925f8cc8014ded6977 /lib/dia_xml.h | |
parent | 567e507b0fe53f0f2bdef5bee807b1d2e70d957e (diff) | |
download | dia-3875e76f2a48bca200dfe0f10c91b7a56e1cf764.tar.xz |
Prettyprinting.
Diffstat (limited to 'lib/dia_xml.h')
-rw-r--r-- | lib/dia_xml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dia_xml.h b/lib/dia_xml.h index 3c7c1797..9f18ab0c 100644 --- a/lib/dia_xml.h +++ b/lib/dia_xml.h @@ -64,6 +64,8 @@ void data_rectangle(DataNode data, Rectangle *rect); char *data_string(DataNode data); DiaFont *data_font(DataNode data); +xmlNodePtr diaXmlNewChild(xmlNodePtr parent, xmlNsPtr ns, + const xmlChar *name, const xmlChar *contents); AttributeNode new_attribute(ObjectNode obj_node, const char *attrname); AttributeNode composite_add_attribute(DataNode composite_node, const char *attrname); |