summaryrefslogtreecommitdiff
path: root/clutter/clutter-gesture-action.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-12-05 14:04:10 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2013-12-05 15:20:39 +0000
commited2fdf85f6f30452531722dbfd045298b6359458 (patch)
tree2879620cd23fb2345e1b8f32fad34b88af23f95d /clutter/clutter-gesture-action.h
parentb0227644ffe3e857784fa09f5c1d4d5edfac1915 (diff)
downloadclutter-ed2fdf85f6f30452531722dbfd045298b6359458.tar.gz
gesture: Make threshold-trigger-edge public
When the threshold-trigger-edge property was introduced in GestureAction, it was late in the cycle and I elected to keep it private, given the fact that nobody was subclassing GestureAction outside of Clutter itself. These days, people are experimenting more with the GestureAction API, so they will need access to the various knobs that control the class default behaviour. https://bugzilla.gnome.org/show_bug.cgi?id=710227
Diffstat (limited to 'clutter/clutter-gesture-action.h')
-rw-r--r--clutter/clutter-gesture-action.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clutter/clutter-gesture-action.h b/clutter/clutter-gesture-action.h
index ab38b4b23..9660c3e17 100644
--- a/clutter/clutter-gesture-action.h
+++ b/clutter/clutter-gesture-action.h
@@ -149,6 +149,12 @@ const ClutterEvent * clutter_gesture_action_get_last_event (ClutterGestu
CLUTTER_AVAILABLE_IN_1_12
void clutter_gesture_action_cancel (ClutterGestureAction *action);
+CLUTTER_AVAILABLE_IN_1_18
+void clutter_gesture_action_set_threshold_trigger_edge (ClutterGestureAction *action,
+ ClutterGestureTriggerEdge edge);
+CLUTTER_AVAILABLE_IN_1_18
+ClutterGestureTriggerEdge clutter_gesture_action_get_threshold_trigger_egde (ClutterGestureAction *action);
+
G_END_DECLS
#endif /* __CLUTTER_GESTURE_ACTION_H__ */