]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libxml-2.0: Add xmlXPathRegisterNs binding
authorMark Lee <bugzilla-gnome-org@lazymalevolence.com>
Fri, 27 Feb 2009 22:27:04 +0000 (23:27 +0100)
committerJürg Billeter <j@bitron.ch>
Fri, 27 Feb 2009 22:27:04 +0000 (23:27 +0100)
vapi/libxml-2.0.vapi

index 43faf14824eb9730532c4ee2dea454109c0d2bb6..50a180e62da33dd33cb648c8a9e1b50ff726df42 100644 (file)
@@ -1138,6 +1138,9 @@ namespace Xml {
                [CCode (cname = "xmlXPathEvalExpression", instance_pos = -1)]
                public XPathObject* eval_expression (string str);
 
+               [CCode (cname = "xmlXPathRegisterNs")]
+               public int register_ns (string prefix, string ns_uri);
+
                [CCode (cname = "xmlXPathNewContext")]
                public XPathContext (Doc* doc);
        }