pub type GCClosure = _GCClosure;
Expand description
GCClosure: @closure: the #GClosure @callback: the callback function
A #GCClosure is a specialization of #GClosure for C function callbacks.
Aliased Type§
struct GCClosure {
pub closure: _GClosure,
pub callback: *mut c_void,
}
Fields§
§closure: _GClosure
§callback: *mut c_void