Type Alias panda_sys::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§

struct GError {
    pub domain: u32,
    pub code: i32,
    pub message: *mut i8,
}

Fields§

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