[gxml/gsoc2013: 7/69] Add some TODO items for the future



commit 1753318277bea690145b826bc05653c9f40ae895
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sat Jul 27 00:00:18 2013 -0400

    Add some TODO items for the future

 vapi/libxml-2.0.vapi |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi
index e14c65f..ab5ff4d 100644
--- a/vapi/libxml-2.0.vapi
+++ b/vapi/libxml-2.0.vapi
@@ -878,6 +878,7 @@ namespace Xml {
                public ParserCtxt.create_push (Xml.SAXHandler* sax, void* user_data, [CCode (array_length = 
false)] char[] data, int len, string? filename = null);
 
                [CCode (cname = "xmlCreateIOParserCtxt")]
+               /* TODO: encoding is supposed to be an Enum I think */
                public ParserCtxt.create_io (Xml.SAXHandler* sax, void* user_data, Xml.InputReadCallback 
ioread, Xml.InputCloseCallback ioclose, void* ioctx, string? encoding = null);
 
                [CCode (cname = "xmlCreateDocParserCtxt")]
@@ -1366,6 +1367,7 @@ namespace Xml {
                public Node* preserve ();
 
                [CCode (cname = "xmlTextReaderPreservePattern")]
+               /* TODO: should namespaces be type = xmlChar** or xmlChar*?  Is ** necessary given []? */
                public int preserve_pattern ([CCode (type = "xmlChar*")] string pattern, [CCode (array_length 
= false, type = "xmlChar**")] string[] namespaces);
 
                [CCode (cname = "xmlTextReaderQuoteChar")]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]