[vala] libxml-2.0: fix Html.Doc.new_no_dtd cname



commit c442568f8932b5deed29f09be6d374ef65f5e0ce
Author: Evan Nemerson <evan coeus-group com>
Date:   Sun Dec 16 03:12:39 2012 -0800

    libxml-2.0:  fix Html.Doc.new_no_dtd cname
    
    Fixes bug 689368.

 vapi/libxml-2.0.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi
index bf51c53..f91a6b0 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")]



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