glib_sys

Function g_io_channel_new_file

source
pub unsafe extern "C" fn g_io_channel_new_file(
    filename: *const c_char,
    mode: *const c_char,
    error: *mut *mut GError,
) -> *mut GIOChannel