[vala/0.8] libxml-2.0: correct cname for Xml.Node.ns_def



commit 479a690571b422bfc819147121bb26124a401d07
Author: Evan Nemerson <evan coeus-group com>
Date:   Mon Apr 19 02:29:19 2010 -0700

    libxml-2.0: correct cname for Xml.Node.ns_def
    
    Fixes bug 616037.

 vapi/libxml-2.0.vapi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi
index 99a3e84..c1f72b8 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;



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