summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Horton <hortont424@gmail.com>2009-06-25 20:28:30 -0400
committerTim Horton <hortont424@gmail.com>2009-06-26 16:42:26 -0400
commite8d99aad1d29f343583792fac41a5182ab7d2ef7 (patch)
tree5feaf1ca0f6e0049d9394d3f8cf41b26b16a8b6e
parentb27fcd5bed2cd3a89c00918a53f2c84a55e96400 (diff)
downloadgobject-introspection-e8d99aad1d29f343583792fac41a5182ab7d2ef7.tar.gz
Add xmlTextReaderPtr type to fake libxml2 GIR
This is needed in order to get libgweather introspecting.
-rw-r--r--gir/libxml2-2.0.gir1
1 files changed, 1 insertions, 0 deletions
diff --git a/gir/libxml2-2.0.gir b/gir/libxml2-2.0.gir
index c110805e..2e75267b 100644
--- a/gir/libxml2-2.0.gir
+++ b/gir/libxml2-2.0.gir
@@ -10,6 +10,7 @@
<record name="NsPtr" c:type="xmlNsPtr"/>
<record name="Char" c:type="xmlChar"/>
<record name="TextWriter" c:type="xmlTextWriterPtr"/>
+ <record name="TextReader" c:type="xmlTextReaderPtr"/>
<function name="dummy" c:identifier="dummy">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>