[gxml: 7/18] * libxml-2.0.vapi: update dump_format signature



commit 78fc135533f599ddff103cf8238b0f191fc8d2fd
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Jun 9 14:30:42 2013 -0400

    * libxml-2.0.vapi: update dump_format signature

 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 8da2dca..b7269cb 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 = "xmlDocGetRootElement")]
                public Node* get_root_element();


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