glib_sys

Function g_error_matches

source
pub unsafe extern "C" fn g_error_matches(
    error: *const GError,
    domain: GQuark,
    code: c_int,
) -> gboolean