]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libxml-2.0: Expose xmlSetNs
authorRichard Schwarting <aquarichy@gmail.com>
Fri, 8 Feb 2013 08:45:25 +0000 (00:45 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Fri, 8 Feb 2013 08:45:25 +0000 (00:45 -0800)
Fixes bug 677726.

vapi/libxml-2.0.vapi

index 9f1a776ead6581e64170f98a6833f06f3a56ceed..58c0cee70618e20a0aa1fb7fe773742dca46eab6 100644 (file)
@@ -744,6 +744,9 @@ namespace Xml {
                [CCode (cname = "xmlSetListDoc")]
                public void set_list_doc (Doc* doc);
 
+               [CCode (cname = "xmlSetNs")]
+               public void set_ns (Ns* ns);
+
                [CCode (cname = "xmlSetNsProp")]
                public Attr* set_ns_prop (Ns* ns, string name, string value);