Skip to content
Snippets Groups Projects
Commit 78fc1355 authored by Richard Schwarting's avatar Richard Schwarting
Browse files

* libxml-2.0.vapi: update dump_format signature

parent 22e1bbde
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment