summaryrefslogtreecommitdiff
path: root/test/transform/ctypes.xml
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2007-08-08 20:44:42 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2007-08-08 20:44:42 +0000
commitad98aeec9b3a4445ff85bca79250c60d96d99b37 (patch)
tree56999d5e46d44c49179bf1d33cfc300158518b1b /test/transform/ctypes.xml
parentb36a86e96d18acfa046b6bdf2983cc6b779793c9 (diff)
downloadlibdom-ad98aeec9b3a4445ff85bca79250c60d96d99b37.tar.gz
libdom-ad98aeec9b3a4445ff85bca79250c60d96d99b37.tar.bz2
Fix casting of structs as 'out' parameters. Update ctypes.xml mappings.
svn path=/trunk/dom/; revision=3490
Diffstat (limited to 'test/transform/ctypes.xml')
-rw-r--r--test/transform/ctypes.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/transform/ctypes.xml b/test/transform/ctypes.xml
index f8ed696..148b1c4 100644
--- a/test/transform/ctypes.xml
+++ b/test/transform/ctypes.xml
@@ -19,6 +19,9 @@
<type idl="DocumentType" c="dom_document_type">
</type>
+ <type idl="DocumentFragment" c="dom_document_fragment">
+
+ </type>
<type idl="DOMString" c="dom_string">
</type>
<type idl="Element" c="dom_element">
@@ -31,6 +34,13 @@
<method idl="removeAttributeNode" c="remove_attribute_node"/>
<method idl="getElementsByTagName" c="get_elements_by_tag_name"/>
</type>
+
+ <type idl="NamedNodeMap" c="dom_namednodemap">
+ <method idl="getNamedItem" c="get_named_item"/>
+ <method idl="setNamedItem" c="set_named_item"/>
+ <method idl="removeNamedItem" c="remove_named_item"/>
+ </type>
+
<type idl="Node" c="dom_node">
<attribute idl="nodeName" c="node_name"/>
<attribute idl="nodeValue" c="node_value"/>
@@ -51,6 +61,10 @@
<method idl="hasChildNodes" c="has_child_nodes"/>
<method idl="cloneNode" c="clone_node"/>
</type>
+
+ <type idl="NodeList" c="dom_nodelist">
+ </type>
+
<type idl="Text" c="dom_text">
</type>
</types> \ No newline at end of file