1 /* gio-windows-2.0.vapi generated by vapigen, do not modify. */
3 [CCode (cprefix = "G", lower_case_cprefix = "g_")]
5 [CCode (cheader_filename = "gio/gwin32inputstream.h", type_id = "g_win32_input_stream_get_type ()")]
6 public class Win32InputStream : GLib.InputStream {
7 [CCode (has_construct_function = false, type = "GInputStream*")]
8 public Win32InputStream (void* handle, bool close_handle);
9 public bool get_close_handle ();
10 public void set_close_handle (bool close_handle);
11 public bool close_handle { get; set; }
12 public void* handle { get; construct; }
14 [CCode (cheader_filename = "gio/gwin32outputstream.h", type_id = "g_win32_output_stream_get_type ()")]
15 public class Win32OutputStream : GLib.OutputStream {
16 [CCode (has_construct_function = false, type = "GOutputStream*")]
17 public Win32OutputStream (void* handle, bool close_handle);
18 public bool get_close_handle ();
19 public void set_close_handle (bool close_handle);
20 public bool close_handle { get; set; }
21 public void* handle { get; construct; }