[gxml: 9/18] Revert "* libxml-2.0.vapi: update dump_format signature"



commit ec0bdc5b4e3b47082215a92ed14734c300a750cd
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Jun 9 15:32:17 2013 -0400

    Revert "* libxml-2.0.vapi: update dump_format signature"
    
    This reverts commit 78fc135533f599ddff103cf8238b0f191fc8d2fd.

 vapi/libxml-2.0.vapi |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi
index 6362807..aae6d88 100644
--- a/vapi/libxml-2.0.vapi
+++ b/vapi/libxml-2.0.vapi
@@ -382,7 +382,11 @@ namespace Xml {
                public void dump_memory_enc (out string mem, out int len = null, string enc = "UTF-8");
 
                [CCode (cname = "xmlDocFormatDump", instance_pos = 1.1)]
+#if POSIX
+               public int dump_format (Posix.FILE f, bool format = true);
+#else
                public int dump_format (GLib.FileStream f, bool format = true);
+#endif
 
                [CCode (cname = "xmlFreeDoc")]
                public void free (); // TODO: Don't want this, find out how to free Vala objects without 
defining their deconstructor; we already set free_function above anyway


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]