Skip to content

Add the function g_io_channel_win32_new_file_handle() to glib for Win32

Emmanuel Fleury requested to merge emmanuel.fleury/glib:iohandle_func into main

This function creates a new GIOChannel given a file handle on Windows

GIOChannel * g_io_channel_win32_new_file_handle (gpointer hfile, GError **error)

Solves issue #34 (closed)

Merge request reports