From: Evan Nemerson Date: Sun, 16 Dec 2012 11:12:39 +0000 (-0800) Subject: libxml-2.0: fix Html.Doc.new_no_dtd cname X-Git-Tag: 0.19.0~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c442568f8932b5deed29f09be6d374ef65f5e0ce;p=thirdparty%2Fvala.git libxml-2.0: fix Html.Doc.new_no_dtd cname Fixes bug 689368. --- diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi index bf51c5338..f91a6b0c4 100644 --- a/vapi/libxml-2.0.vapi +++ b/vapi/libxml-2.0.vapi @@ -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")]