We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2eac0 commit ad3ab49Copy full SHA for ad3ab49
internal/core/properties/ffi.rs
@@ -114,7 +114,7 @@ pub unsafe extern "C" fn slint_property_set_binding(
114
user_data: *mut c_void,
115
drop_user_data: Option<extern "C" fn(*mut c_void)>,
116
intercept_set: Option<
117
- extern "C" fn(user_data: *mut c_void, pointer_to_Value: *const c_void) -> bool,
+ extern "C" fn(user_data: *mut c_void, pointer_to_value: *const c_void) -> bool,
118
>,
119
intercept_set_binding: Option<
120
extern "C" fn(user_data: *mut c_void, new_binding: *mut c_void) -> bool,
0 commit comments