[vala/0.36: 77/212] libxml-2.0: Fix header of XPath.Context.register_ns()
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.36: 77/212] libxml-2.0: Fix header of XPath.Context.register_ns()
- Date: Sat, 14 Apr 2018 07:49:49 +0000 (UTC)
commit 29356964a28ccb7cd49bde0ca816e992b8918f6f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Oct 7 12:53:12 2017 +0200
libxml-2.0: Fix header of XPath.Context.register_ns()
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 273b0a5..12a2d78 100644
--- a/vapi/libxml-2.0.vapi
+++ b/vapi/libxml-2.0.vapi
@@ -1554,7 +1554,7 @@ namespace Xml {
[CCode (cname = "xmlXPathEvalExpression", instance_pos = -1)]
public Object* eval_expression ([CCode (type = "xmlChar*")] string str);
- [CCode (cname = "xmlXPathRegisterNs")]
+ [CCode (cname = "xmlXPathRegisterNs", cheader_filename = "libxml/xpathInternals.h")]
public int register_ns ([CCode (type = "xmlChar*")] string prefix, [CCode (type =
"xmlChar*")] string ns_uri);
[CCode (cname = "xmlXPathNewContext")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]