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