[][src]Function glib_sys::g_key_file_load_from_data

pub unsafe extern "C" fn g_key_file_load_from_data(
    key_file: *mut GKeyFile,
    data: *const c_char,
    length: size_t,
    flags: GKeyFileFlags,
    error: *mut *mut GError
) -> gboolean