]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libxml-2.0: Fix SchemaValidCtxt
authorFlorian Brosch <flo.brosch@gmail.com>
Wed, 18 Sep 2013 00:05:57 +0000 (02:05 +0200)
committerFlorian Brosch <flo.brosch@gmail.com>
Wed, 18 Sep 2013 00:05:57 +0000 (02:05 +0200)
vapi/libxml-2.0.vapi

index e0f5ef68071b90fc4ef9122427b04c8acaa42c0f..74b1e85fb4f1b03543f4fefb00c8adce8f1c9fc2 100644 (file)
@@ -1011,7 +1011,10 @@ namespace Xml {
        [Compact]
        [CCode (cname = "xmlSchemaValidCtxt", free_function = "xmlSchemaFreeValidCtxt", cheader_filename = "libxml/xmlschemas.h")]
        public class SchemaValidCtxt {
+               [CCode (cname = "xmlSchemaNewValidCtxt")]
                public SchemaValidCtxt (Xml.Schema schema);
+               [CCode (cname = "xmlSchemaValidateDoc")]
+               public int validate_doc (Xml.Doc doc);
        }
 
        /* xmlsave */