summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-19 20:45:42 -0400
committerCarlos Garnacho <carlosg@gnome.org>2014-05-23 19:54:32 +0200
commitaead8a360bbd23b007f8d3464ef2974e62f33302 (patch)
tree832e9b89fd9ecdb329ae7659a01d6f51efe4842b
parent729a3a98d9cc1d62ed1c5e9b8abe595421e12e74 (diff)
downloadgtk+-aead8a360bbd23b007f8d3464ef2974e62f33302.tar.gz
Docs: Minor changes
-rw-r--r--gtk/gtkgesture.c2
-rw-r--r--gtk/gtkgesturelongpress.c2
-rw-r--r--gtk/gtkgesturesingle.c6
3 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c
index d2d6c3c71d..4ed1067ecb 100644
--- a/gtk/gtkgesture.c
+++ b/gtk/gtkgesture.c
@@ -20,7 +20,7 @@
/**
* SECTION:gtkgesture
- * @Short_description: Gesture recognition
+ * @Short_description: Base class for gestures
* @Title: GtkGesture
* @See_also: #GtkGestureSingle
*
diff --git a/gtk/gtkgesturelongpress.c b/gtk/gtkgesturelongpress.c
index f260c43cbf..940575f16d 100644
--- a/gtk/gtkgesturelongpress.c
+++ b/gtk/gtkgesturelongpress.c
@@ -20,7 +20,7 @@
/**
* SECTION:gtkgesturelongpress
- * @Short_description: "press and hold" gesture
+ * @Short_description: "Press and Hold" gesture
* @Title: GtkGestureLongPress
*
* #GtkGestureLongPress is a #GtkGesture implementation able to recognize
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.