mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
gesture: Add explanatory note in GtkGesture::end
Explain that this signal may be triggered by an extra touch that causes the gesture to surpass GtkGesture:n-points.
This commit is contained in:
parent
5c9f4bd078
commit
db55f8a4e5
@ -653,6 +653,11 @@ gtk_gesture_class_init (GtkGestureClass *klass)
|
||||
* #FALSE), or the number of touch sequences became higher or lower than
|
||||
* #GtkGesture:n-points.
|
||||
*
|
||||
* Note: @sequence might not pertain to the group of sequences that were
|
||||
* previously triggering recognition on @gesture (ie. a just pressed touch
|
||||
* sequence that exceeds #GtkGesture:n-points). This situation may be detected
|
||||
* by checking through gtk_gesture_handles_sequence().
|
||||
*
|
||||
* Since: 3.14
|
||||
*/
|
||||
signals[END] =
|
||||
|
Loading…
Reference in New Issue
Block a user