From 479a690571b422bfc819147121bb26124a401d07 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Mon, 19 Apr 2010 02:29:19 -0700 Subject: [PATCH] libxml-2.0: correct cname for Xml.Node.ns_def Fixes bug 616037. --- vapi/libxml-2.0.vapi | 1 + 1 file changed, 1 insertion(+) diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi index 99a3e84bb..c1f72b8ac 100644 --- a/vapi/libxml-2.0.vapi +++ b/vapi/libxml-2.0.vapi @@ -609,6 +609,7 @@ namespace Xml { public Ns* ns; public string content; public Attr* properties; + [CCode (cname = "nsDef")] public Ns* ns_def; public ushort line; public ushort extra; -- 2.47.2