diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi index 8da2dca0364c1e4235a06ec18af28ad604d66a38..b7269cbece65369e8a2f80069b62e9b66b8c51cd 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();