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:
Carlos Garnacho 2014-05-06 15:23:24 +02:00
parent 5c9f4bd078
commit db55f8a4e5

View File

@ -653,6 +653,11 @@ gtk_gesture_class_init (GtkGestureClass *klass)
* #FALSE), or the number of touch sequences became higher or lower than * #FALSE), or the number of touch sequences became higher or lower than
* #GtkGesture:n-points. * #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 * Since: 3.14
*/ */
signals[END] = signals[END] =