glib_sys

Type Alias GDataForeachFunc

source
pub type GDataForeachFunc = Option<unsafe extern "C" fn(_: GQuark, _: gpointer, _: gpointer)>;

Aliased Type§

enum GDataForeachFunc {
    None,
    Some(unsafe extern "C" fn(_: u32, _: *mut c_void, _: *mut c_void)),
}

Variants§

§1.6.0

None

No value.

§1.6.0

Some(unsafe extern "C" fn(_: u32, _: *mut c_void, _: *mut c_void))

Some value of type T.