Home
last modified time | relevance | path

Searched defs:HdySwipeable (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy/src/auto/
H A Dswipeable.rs52 … extern "C" fn begin_swipe_trampoline<P, F: Fn(&P, i32) + 'static>(this: *mut handy_sys::HdySwipea… in connect_begin_swipe()
67 …tern "C" fn end_swipe_trampoline<P, F: Fn(&P, i64, f64) + 'static>(this: *mut handy_sys::HdySwipea… in connect_end_swipe()
82 …n "C" fn switch_child_trampoline<P, F: Fn(&P, u32, i64) + 'static>(this: *mut handy_sys::HdySwipea… in connect_switch_child() argument
97 …extern "C" fn update_swipe_trampoline<P, F: Fn(&P, f64) + 'static>(this: *mut handy_sys::HdySwipea… in connect_update_swipe()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dswipeable.rs137 this: *mut ffi::HdySwipeable, in connect_child_switched()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs1054 pub struct HdySwipeable(c_void); struct
1056 impl ::std::fmt::Debug for HdySwipeable { implementation
1829 pub fn hdy_swipe_group_add_swipeable(self_: *mut HdySwipeGroup, swipeable: *mut HdySwipeable); in hdy_swipe_group_add_swipeable()
1833 swipeable: *mut HdySwipeable, in hdy_swipe_group_remove_swipeable()
1847 pub fn hdy_swipe_tracker_get_swipeable(self_: *mut HdySwipeTracker) -> *mut HdySwipeable; in hdy_swipe_tracker_get_swipeable()
2256 self_: *mut HdySwipeable, in hdy_swipeable_emit_child_switched()
2264 self_: *mut HdySwipeable, in hdy_swipeable_get_snap_points()
2268 self_: *mut HdySwipeable, in hdy_swipeable_get_swipe_area()
2274 pub fn hdy_swipeable_switch_child(self_: *mut HdySwipeable, index: c_uint, duration: i64); in hdy_swipeable_switch_child()
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy-sys/src/
H A Dlib.rs814 pub struct HdySwipeable(c_void); struct
816 impl ::std::fmt::Debug for HdySwipeable { implementation
1273 pub fn hdy_swipe_group_add_swipeable(self_: *mut HdySwipeGroup, swipeable: *mut HdySwipeable); in hdy_swipe_group_add_swipeable()
1277 … pub fn hdy_swipe_group_remove_swipeable(self_: *mut HdySwipeGroup, swipeable: *mut HdySwipeable); in hdy_swipe_group_remove_swipeable()