diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-19 20:45:42 -0400 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2014-05-23 19:54:32 +0200 |
commit | aead8a360bbd23b007f8d3464ef2974e62f33302 (patch) | |
tree | 832e9b89fd9ecdb329ae7659a01d6f51efe4842b /gtk/gtkgesturesingle.c | |
parent | 729a3a98d9cc1d62ed1c5e9b8abe595421e12e74 (diff) | |
download | gtk+-aead8a360bbd23b007f8d3464ef2974e62f33302.tar.gz |
Docs: Minor changes
Diffstat (limited to 'gtk/gtkgesturesingle.c')
-rw-r--r-- | gtk/gtkgesturesingle.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkgesturesingle.c b/gtk/gtkgesturesingle.c index ef95bd39cf..4941c5e638 100644 --- a/gtk/gtkgesturesingle.c +++ b/gtk/gtkgesturesingle.c @@ -20,11 +20,11 @@ /** * SECTION:gtkgesturesingle - * @Short_description: Gesture especialized for mouse/single finger input + * @Short_description: Base class for for mouse/single-touch gestures * @Title: GtkGestureSingle * - * #GtkGestureSingle is an especialization of #GtkGesture, optimized (although - * not restricted) for dealing with mouse and single touch gestures. Under + * #GtkGestureSingle is a subclass of #GtkGesture, optimized (although + * not restricted) for dealing with mouse and single-touch gestures. Under * interaction, these gestures stick to the first interacting sequence, which * is accessible through gtk_gesture_single_get_current_sequence() while the * gesture is being interacted with. |