glib_sys

Type Alias GSourceFuncsCheckFunc

source
pub type GSourceFuncsCheckFunc = Option<unsafe extern "C" fn(_: *mut GSource) -> gboolean>;

Aliased Type§

enum GSourceFuncsCheckFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut GSource) -> i32),
}

Variants§

§1.6.0

None

No value.

§1.6.0

Some(unsafe extern "C" fn(_: *mut GSource) -> i32)

Some value of type T.