Type Alias gobject_sys::GWeakNotify
source · pub type GWeakNotify = Option<unsafe extern "C" fn(_: gpointer, _: *mut GObject)>;
Aliased Type§
enum GWeakNotify {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut GObject)),
}