Home
last modified time | relevance | path

Searched refs:hdy_flap_get_swipe_to_open (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-flap.h113 gboolean hdy_flap_get_swipe_to_open (HdyFlap *self);
H A Dhdy-flap.c1409 g_value_set_boolean (value, hdy_flap_get_swipe_to_open (self)); in hdy_flap_get_property()
2612 hdy_flap_get_swipe_to_open (HdyFlap *self) in hdy_flap_get_swipe_to_open() function
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-flap.h113 gboolean hdy_flap_get_swipe_to_open (HdyFlap *self);
H A Dhdy-flap.c1409 g_value_set_boolean (value, hdy_flap_get_swipe_to_open (self)); in hdy_flap_get_property()
2612 hdy_flap_get_swipe_to_open (HdyFlap *self) in hdy_flap_get_swipe_to_open() function
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/tests/
H A Dtest-flap.c365 g_assert_false (hdy_flap_get_swipe_to_open (flap)); in test_hdy_flap_swipe_to_open()
369 g_assert_true (hdy_flap_get_swipe_to_open (flap)); in test_hdy_flap_swipe_to_open()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/tests/
H A Dtest-flap.c365 g_assert_false (hdy_flap_get_swipe_to_open (flap)); in test_hdy_flap_swipe_to_open()
369 g_assert_true (hdy_flap_get_swipe_to_open (flap)); in test_hdy_flap_swipe_to_open()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dflap.rs126 unsafe { from_glib(ffi::hdy_flap_get_swipe_to_open(self.to_glib_none().0)) } in is_swipe_to_open()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs1461 pub fn hdy_flap_get_swipe_to_open(self_: *mut HdyFlap) -> gboolean; in hdy_flap_get_swipe_to_open() function