Type Definition panda_sys::ObjectPropertyRelease[][src]

pub type ObjectPropertyRelease = Option<unsafe extern "C" fn(obj: *mut Object, name: *const c_char, opaque: *mut c_void)>;
Expand description

ObjectPropertyRelease: @obj: the object that owns the property @name: the name of the property @opaque: the opaque registered with the property

Called when a property is removed from a object.