Home
last modified time | relevance | path

Searched refs:get_snap_points (Results 1 – 25 of 25) sorted by relevance

/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-swipeable.c77 g_return_val_if_fail (iface->get_snap_points != NULL, NULL); in adw_swipeable_get_snap_points()
79 return iface->get_snap_points (self, n_snap_points); in adw_swipeable_get_snap_points()
H A Dadw-swipeable.h43 double * (*get_snap_points) (AdwSwipeable *self, member
H A Dadw-carousel.c1137 iface->get_snap_points = adw_carousel_get_snap_points; in adw_carousel_swipeable_init()
H A Dadw-flap.c1737 iface->get_snap_points = adw_flap_get_snap_points; in adw_flap_swipeable_init()
H A Dadw-leaflet.c2652 iface->get_snap_points = adw_leaflet_get_snap_points; in adw_leaflet_swipeable_init()
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/src/
H A Dadw-swipeable.c78 g_return_val_if_fail (iface->get_snap_points != NULL, NULL); in adw_swipeable_get_snap_points()
80 return iface->get_snap_points (self, n_snap_points); in adw_swipeable_get_snap_points()
H A Dadw-swipeable.h43 double *(*get_snap_points) (AdwSwipeable *self, member
H A Dadw-carousel.c1153 iface->get_snap_points = adw_carousel_get_snap_points; in adw_carousel_swipeable_init()
H A Dadw-flap.c1795 iface->get_snap_points = adw_flap_get_snap_points; in adw_flap_swipeable_init()
H A Dadw-leaflet.c2806 iface->get_snap_points = adw_leaflet_get_snap_points; in adw_leaflet_swipeable_init()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-swipeable.c179 g_return_val_if_fail (iface->get_snap_points != NULL, NULL); in hdy_swipeable_get_snap_points()
181 return iface->get_snap_points (self, n_snap_points); in hdy_swipeable_get_snap_points()
H A Dhdy-swipeable.h51 gdouble * (*get_snap_points) (HdySwipeable *self, member
H A Dhdy-deck.c1160 iface->get_snap_points = hdy_deck_get_snap_points;
H A Dhdy-carousel.c553 iface->get_snap_points = hdy_carousel_get_snap_points; in hdy_carousel_swipeable_init()
H A Dhdy-leaflet.c1266 iface->get_snap_points = hdy_leaflet_get_snap_points; in hdy_leaflet_swipeable_init()
H A Dhdy-flap.c2005 iface->get_snap_points = hdy_flap_get_snap_points; in hdy_flap_swipeable_init()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-swipeable.c179 g_return_val_if_fail (iface->get_snap_points != NULL, NULL); in hdy_swipeable_get_snap_points()
181 return iface->get_snap_points (self, n_snap_points); in hdy_swipeable_get_snap_points()
H A Dhdy-swipeable.h51 gdouble * (*get_snap_points) (HdySwipeable *self, member
H A Dhdy-carousel.c567 iface->get_snap_points = hdy_carousel_get_snap_points; in hdy_carousel_swipeable_init()
H A Dhdy-deck.c1160 iface->get_snap_points = hdy_deck_get_snap_points; in hdy_deck_swipeable_init()
H A Dhdy-leaflet.c1266 iface->get_snap_points = hdy_leaflet_get_snap_points; in hdy_leaflet_swipeable_init()
H A Dhdy-flap.c2005 iface->get_snap_points = hdy_flap_get_snap_points; in hdy_flap_swipeable_init()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/
H A DNEWS323 - Make implementing get_snap_points() mandatory by dropping its
432 - Add the get_distance(), get_range(), get_snap_points(),
/dports/x11-toolkits/libhandy/libhandy-1.4.0/
H A DNEWS399 - Make implementing get_snap_points() mandatory by dropping its
508 - Add the get_distance(), get_range(), get_snap_points(),
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs470 pub get_snap_points: field
492 .field("get_snap_points", &self.get_snap_points) in fmt()