gesturesingle: doc fixes

This commit is contained in:
Carlos Garnacho 2014-04-10 13:45:19 +02:00
parent 556eb398e5
commit 63dd7a568e

View File

@ -24,7 +24,7 @@
* @Title: GtkGestureSingle * @Title: GtkGestureSingle
* *
* #GtkGestureSingle is an especialization of #GtkGesture, optimized (although * #GtkGestureSingle is an especialization of #GtkGesture, optimized (although
* not restricted) to dealing with mouse and single touch gestures. Under * not restricted) for dealing with mouse and single touch gestures. Under
* interaction, these gestures stick to the first interacting sequence, which * interaction, these gestures stick to the first interacting sequence, which
* is accessible through gtk_gesture_single_get_current_sequence() while the * is accessible through gtk_gesture_single_get_current_sequence() while the
* gesture is being interacted with. * gesture is being interacted with.