[vala] libxml-2.0: correct cname for Xml.Node.ns_def
- From: Evan Nemerson <evann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] libxml-2.0: correct cname for Xml.Node.ns_def
- Date: Mon, 19 Apr 2010 09:33:13 +0000 (UTC)
commit 1f50c930bf8c6902c1eea447a88e5eb87e14442d
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]