Home
last modified time | relevance | path

Searched refs:wl_notify_func_t (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/tests/
H A Dsignal-test.c56 struct wl_listener l1 = {.notify = (wl_notify_func_t) 0x1}; in TEST()
57 struct wl_listener l2 = {.notify = (wl_notify_func_t) 0x2}; in TEST()
58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST()
70 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3); in TEST()
71 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x2) == &l2); in TEST()
72 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x1) == &l1); in TEST()
76 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3); in TEST()
77 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x2) == &l2); in TEST()
78 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x1) == &l1); in TEST()
H A Dnewsignal-test.c56 struct wl_listener l1 = {.notify = (wl_notify_func_t) 0x1}; in TEST()
57 struct wl_listener l2 = {.notify = (wl_notify_func_t) 0x2}; in TEST()
58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST()
70 assert(wl_priv_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3); in TEST()
71 assert(wl_priv_signal_get(&signal, (wl_notify_func_t) 0x2) == &l2); in TEST()
72 assert(wl_priv_signal_get(&signal, (wl_notify_func_t) 0x1) == &l1); in TEST()
76 assert(wl_priv_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3); in TEST()
77 assert(wl_priv_signal_get(&signal, (wl_notify_func_t) 0x2) == &l2); in TEST()
78 assert(wl_priv_signal_get(&signal, (wl_notify_func_t) 0x1) == &l1); in TEST()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-sys-0.30.0-alpha5/src/
H A Dserver.rs27 pub type wl_notify_func_t = unsafe extern "C" fn(*mut wl_listener, *mut c_void) -> (); typedef
35 pub notify: wl_notify_func_t,
53 fn wl_client_get_destroy_listener(*mut wl_client, wl_notify_func_t) -> *mut wl_listener,
74 fn wl_display_get_destroy_listener(*mut wl_display, wl_notify_func_t) -> *mut wl_listener,
91 … fn wl_event_loop_get_destroy_listener(*mut wl_event_loop, wl_notify_func_t) -> *mut wl_listener,
119 fn wl_resource_add_destroy_listener(*mut wl_resource, wl_notify_func_t) -> (),
120 fn wl_resource_get_destroy_listener(*mut wl_resource,wl_notify_func_t) -> *mut wl_listener,
195 use super::{wl_listener, wl_notify_func_t, wl_signal};
238 notify: wl_notify_func_t, in wl_signal_get() argument
261 pub fn rust_listener_create(notify: wl_notify_func_t) -> *mut wl_listener { in rust_listener_create()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/wayland-sys-0.21.13/src/
H A Dserver.rs24 pub type wl_notify_func_t = unsafe extern "C" fn(*mut wl_listener, *mut c_void) -> (); typedef
31 pub notify: wl_notify_func_t,
48 fn wl_client_get_destroy_listener(*mut wl_client, wl_notify_func_t) -> *mut wl_listener,
67 fn wl_display_get_destroy_listener(*mut wl_display, wl_notify_func_t) -> *mut wl_listener,
83 … fn wl_event_loop_get_destroy_listener(*mut wl_event_loop, wl_notify_func_t) -> *mut wl_listener,
109 fn wl_resource_add_destroy_listener(*mut wl_resource, wl_notify_func_t) -> (),
110 fn wl_resource_get_destroy_listener(*mut wl_resource,wl_notify_func_t) -> *mut wl_listener,
184 use super::{wl_listener, wl_notify_func_t, wl_signal};
239 …pub unsafe fn wl_signal_get(signal: *mut wl_signal, notify: wl_notify_func_t) -> *mut wl_listener { in wl_signal_get()
273 pub fn rust_listener_create(notify: wl_notify_func_t) -> *mut wl_listener { in rust_listener_create()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/wayland-sys-0.28.6/src/
H A Dserver.rs27 pub type wl_notify_func_t = unsafe extern "C" fn(*mut wl_listener, *mut c_void) -> (); typedef
35 pub notify: wl_notify_func_t,
53 fn wl_client_get_destroy_listener(*mut wl_client, wl_notify_func_t) -> *mut wl_listener,
72 fn wl_display_get_destroy_listener(*mut wl_display, wl_notify_func_t) -> *mut wl_listener,
88 … fn wl_event_loop_get_destroy_listener(*mut wl_event_loop, wl_notify_func_t) -> *mut wl_listener,
115 fn wl_resource_add_destroy_listener(*mut wl_resource, wl_notify_func_t) -> (),
116 fn wl_resource_get_destroy_listener(*mut wl_resource,wl_notify_func_t) -> *mut wl_listener,
194 use super::{wl_listener, wl_notify_func_t, wl_signal};
237 notify: wl_notify_func_t, in wl_signal_get() argument
260 pub fn rust_listener_create(notify: wl_notify_func_t) -> *mut wl_listener { in rust_listener_create()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/wayland-sys-0.23.6/src/
H A Dserver.rs27 pub type wl_notify_func_t = unsafe extern "C" fn(*mut wl_listener, *mut c_void) -> (); typedef
34 pub notify: wl_notify_func_t,
52 fn wl_client_get_destroy_listener(*mut wl_client, wl_notify_func_t) -> *mut wl_listener,
71 fn wl_display_get_destroy_listener(*mut wl_display, wl_notify_func_t) -> *mut wl_listener,
87 … fn wl_event_loop_get_destroy_listener(*mut wl_event_loop, wl_notify_func_t) -> *mut wl_listener,
113 fn wl_resource_add_destroy_listener(*mut wl_resource, wl_notify_func_t) -> (),
114 fn wl_resource_get_destroy_listener(*mut wl_resource,wl_notify_func_t) -> *mut wl_listener,
190 use super::{wl_listener, wl_notify_func_t, wl_signal};
245 …pub unsafe fn wl_signal_get(signal: *mut wl_signal, notify: wl_notify_func_t) -> *mut wl_listener { in wl_signal_get()
279 pub fn rust_listener_create(notify: wl_notify_func_t) -> *mut wl_listener { in rust_listener_create()
/dports/games/dose-response/dose-response-179c326/cargo-crates/wayland-sys-0.21.4/src/
H A Dserver.rs24 pub type wl_notify_func_t = unsafe extern "C" fn(*mut wl_listener, *mut c_void) -> (); typedef
31 pub notify: wl_notify_func_t,
48 fn wl_client_get_destroy_listener(*mut wl_client, wl_notify_func_t) -> *mut wl_listener,
66 fn wl_display_get_destroy_listener(*mut wl_display, wl_notify_func_t) -> *mut wl_listener,
82 … fn wl_event_loop_get_destroy_listener(*mut wl_event_loop, wl_notify_func_t) -> *mut wl_listener,
108 fn wl_resource_add_destroy_listener(*mut wl_resource, wl_notify_func_t) -> (),
109 fn wl_resource_get_destroy_listener(*mut wl_resource,wl_notify_func_t) -> *mut wl_listener,
183 use super::{wl_listener, wl_notify_func_t, wl_signal};
238 …pub unsafe fn wl_signal_get(signal: *mut wl_signal, notify: wl_notify_func_t) -> *mut wl_listener { in wl_signal_get()
271 pub fn rust_listener_create(notify: wl_notify_func_t) -> *mut wl_listener { in rust_listener_create()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/wayland-sys-0.28.6/src/
H A Dserver.rs27 pub type wl_notify_func_t = unsafe extern "C" fn(*mut wl_listener, *mut c_void) -> (); typedef
35 pub notify: wl_notify_func_t,
53 fn wl_client_get_destroy_listener(*mut wl_client, wl_notify_func_t) -> *mut wl_listener,
72 fn wl_display_get_destroy_listener(*mut wl_display, wl_notify_func_t) -> *mut wl_listener,
88 … fn wl_event_loop_get_destroy_listener(*mut wl_event_loop, wl_notify_func_t) -> *mut wl_listener,
115 fn wl_resource_add_destroy_listener(*mut wl_resource, wl_notify_func_t) -> (),
116 fn wl_resource_get_destroy_listener(*mut wl_resource,wl_notify_func_t) -> *mut wl_listener,
194 use super::{wl_listener, wl_notify_func_t, wl_signal};
237 notify: wl_notify_func_t, in wl_signal_get() argument
260 pub fn rust_listener_create(notify: wl_notify_func_t) -> *mut wl_listener { in rust_listener_create()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/wayland-sys-0.27.0/src/
H A Dserver.rs27 pub type wl_notify_func_t = unsafe extern "C" fn(*mut wl_listener, *mut c_void) -> (); typedef
35 pub notify: wl_notify_func_t,
53 fn wl_client_get_destroy_listener(*mut wl_client, wl_notify_func_t) -> *mut wl_listener,
72 fn wl_display_get_destroy_listener(*mut wl_display, wl_notify_func_t) -> *mut wl_listener,
88 … fn wl_event_loop_get_destroy_listener(*mut wl_event_loop, wl_notify_func_t) -> *mut wl_listener,
114 fn wl_resource_add_destroy_listener(*mut wl_resource, wl_notify_func_t) -> (),
115 fn wl_resource_get_destroy_listener(*mut wl_resource,wl_notify_func_t) -> *mut wl_listener,
193 use super::{wl_listener, wl_notify_func_t, wl_signal};
243 notify: wl_notify_func_t, in wl_signal_get() argument
266 pub fn rust_listener_create(notify: wl_notify_func_t) -> *mut wl_listener { in rust_listener_create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/src/
H A Dwayland-server-core.h180 typedef void (*wl_notify_func_t)(struct wl_listener *listener, void *data); typedef
188 wl_notify_func_t notify);
241 wl_notify_func_t notify);
325 wl_notify_func_t notify);
399 wl_notify_func_t notify;
454 wl_signal_get(struct wl_signal *signal, wl_notify_func_t notify) in wl_signal_get()
588 wl_notify_func_t notify);
H A Dwayland-server-private.h45 wl_priv_signal_get(struct wl_priv_signal *signal, wl_notify_func_t notify);
H A Dwayland-server.c842 wl_notify_func_t notify) in wl_resource_get_destroy_listener()
870 wl_notify_func_t notify) in wl_client_get_destroy_listener()
1714 wl_notify_func_t notify) in wl_display_get_destroy_listener()
2074 wl_priv_signal_get(struct wl_priv_signal *signal, wl_notify_func_t notify) in wl_priv_signal_get()
H A Devent-loop.c1087 wl_notify_func_t notify) in wl_event_loop_get_destroy_listener()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/include/libweston/
H A Dlibweston.h1807 wl_notify_func_t notify);
1963 wl_notify_func_t notify);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/include/libweston/
H A Dlibweston.h1807 wl_notify_func_t notify);
1963 wl_notify_func_t notify);
/dports/graphics/weston/weston-1.9.0/ivi-shell/
H A Divi-layout.c1213 wl_notify_func_t callback, in add_notification()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/
H A Dcompositor.c5608 wl_notify_func_t notify) in weston_head_get_destroy_listener()
6337 wl_notify_func_t notify) in weston_output_get_destroy_listener()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/
H A Dcompositor.c5608 wl_notify_func_t notify) in weston_head_get_destroy_listener()
6337 wl_notify_func_t notify) in weston_output_get_destroy_listener()