From 78fc135533f599ddff103cf8238b0f191fc8d2fd Mon Sep 17 00:00:00 2001 From: Richard Schwarting Date: Sun, 9 Jun 2013 14:30:42 -0400 Subject: [PATCH] * libxml-2.0.vapi: update dump_format signature --- vapi/libxml-2.0.vapi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi index 8da2dca0..b7269cbe 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(); -- GitLab