We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
missing-abi
1 parent 00b0539 commit 11d5334Copy full SHA for 11d5334
wayland-sys/src/client.rs
@@ -47,7 +47,7 @@ external_library!(WaylandClient, "wayland-client",
47
// proxys
48
fn wl_proxy_create(*mut wl_proxy, *const wl_interface) -> *mut wl_proxy,
49
fn wl_proxy_destroy(*mut wl_proxy) -> (),
50
- fn wl_proxy_add_listener(*mut wl_proxy, *mut extern fn(), *mut c_void) -> c_int,
+ fn wl_proxy_add_listener(*mut wl_proxy, *mut extern "C" fn(), *mut c_void) -> c_int,
51
fn wl_proxy_get_listener(*mut wl_proxy) -> *const c_void,
52
fn wl_proxy_add_dispatcher(*mut wl_proxy, wl_dispatcher_func_t, *const c_void, *mut c_void) -> c_int,
53
fn wl_proxy_marshal_array_constructor(*mut wl_proxy, u32, *mut wl_argument, *const wl_interface) -> *mut wl_proxy,
0 commit comments