Struct glib_sys::GError [] [src]

#[repr(C)]
pub struct GError { pub domain: GQuark, pub code: c_int, pub message: *mut c_char, }

Fields