[gxml: 10/18] * re-commit dump_format commit



commit 5c4f2c90e201340aff14ec5e6bb42f8ff008d979
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Jun 9 15:34:35 2013 -0400

    * re-commit dump_format commit

 vapi/libxml-2.0.vapi |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi
index aae6d88..6362807 100644
--- a/vapi/libxml-2.0.vapi
+++ b/vapi/libxml-2.0.vapi
@@ -382,11 +382,7 @@ 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]