]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libxml-2.0: fix Html.Doc.new_no_dtd cname
authorEvan Nemerson <evan@coeus-group.com>
Sun, 16 Dec 2012 11:12:39 +0000 (03:12 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Sun, 16 Dec 2012 11:13:50 +0000 (03:13 -0800)
Fixes bug 689368.

vapi/libxml-2.0.vapi

index bf51c533847b42023e86f4918ce5f6fffc1e8f6b..f91a6b0c483057bca6c2d3b133b487a2b2fd0f10 100644 (file)
@@ -1687,7 +1687,7 @@ namespace Html {
                [CCode (cname = "htmlNewDoc")]
                public Doc (string? uri = null, string? external_id = null);
 
-               [CCode (cname = "htmlNewNoDtD")]
+               [CCode (cname = "htmlNewDocNoDtD")]
                public Doc.new_no_dtd (string? uri = null, string? external_id = null);
 
                [CCode (cname = "htmlSAXParseDoc")]