Home
last modified time | relevance | path

Searched refs:hdy_flap_get_transition_type (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.h101 HdyFlapTransitionType hdy_flap_get_transition_type (HdyFlap *self);
H A Dhdy-flap.c1403 g_value_set_enum (value, hdy_flap_get_transition_type (self)); in hdy_flap_get_property()
2506 hdy_flap_get_transition_type (HdyFlap *self) in hdy_flap_get_transition_type() function
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-flap.h101 HdyFlapTransitionType hdy_flap_get_transition_type (HdyFlap *self);
H A Dhdy-flap.c1403 g_value_set_enum (value, hdy_flap_get_transition_type (self)); in hdy_flap_get_property()
2506 hdy_flap_get_transition_type (HdyFlap *self) in hdy_flap_get_transition_type() function
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/tests/
H A Dtest-flap.c307 g_assert_cmpint (hdy_flap_get_transition_type (flap), ==, HDY_FLAP_TRANSITION_TYPE_SLIDE); in test_hdy_flap_transition_type()
311 g_assert_cmpint (hdy_flap_get_transition_type (flap), ==, HDY_FLAP_TRANSITION_TYPE_UNDER); in test_hdy_flap_transition_type()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/tests/
H A Dtest-flap.c307 g_assert_cmpint (hdy_flap_get_transition_type (flap), ==, HDY_FLAP_TRANSITION_TYPE_SLIDE); in test_hdy_flap_transition_type()
311 g_assert_cmpint (hdy_flap_get_transition_type (flap), ==, HDY_FLAP_TRANSITION_TYPE_UNDER); in test_hdy_flap_transition_type()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dflap.rs132 unsafe { from_glib(ffi::hdy_flap_get_transition_type(self.to_glib_none().0)) } in transition_type()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs1464 pub fn hdy_flap_get_transition_type(self_: *mut HdyFlap) -> HdyFlapTransitionType; in hdy_flap_get_transition_type() function