glib_sys

Function g_key_file_load_from_bytes

source
pub unsafe extern "C" fn g_key_file_load_from_bytes(
    key_file: *mut GKeyFile,
    bytes: *mut GBytes,
    flags: GKeyFileFlags,
    error: *mut *mut GError,
) -> gboolean