Type Alias GError

Source
pub type GError = _GError;
Expand description

GError: @domain: error domain, e.g. %G_FILE_ERROR @code: error code, e.g. %G_FILE_ERROR_NOENT @message: human-readable informative error message

The GError structure contains information about an error that has occurred.

Aliased Type§

#[repr(C)]
pub struct GError { pub domain: u32, pub code: i32, pub message: *mut i8, }

Fields§

§domain: u32§code: i32§message: *mut i8