]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libxml-2.0: Make Doc.save_format_file return an int
authorEvan Nemerson <evan@coeus-group.com>
Wed, 4 Aug 2010 18:47:48 +0000 (11:47 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Wed, 4 Aug 2010 18:47:48 +0000 (11:47 -0700)
Fixes bug 625089.

vapi/libxml-2.0.vapi

index c1f72b8ac29373094d97418dc3e4f0c07aeb286f..69fa838c9333309cd14d53a9e1a6765b8e6adcfb 100644 (file)
@@ -442,7 +442,7 @@ namespace Xml {
                public void save_file_enc (string filename, string enc = "UTF-8");
 
                [CCode (cname = "xmlSaveFormatFile", instance_pos = 1.1)]
-               public void save_format_file (string filename, int format);
+               public int save_format_file (string filename, int format);
 
                [CCode (cname = "xmlSaveFormatFileEnc", instance_pos = 1.1)]
                public void save_format_file_enc (string filename, string enc = "UTf-8", bool format = true);