[gtk+/gestures] Docs: Minor changes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gestures] Docs: Minor changes
- Date: Tue, 20 May 2014 01:25:18 +0000 (UTC)
commit 35cdd9b0db7e82f91e97a6ee3e0682ea92d88a18
Author: Matthias Clasen <mclasen redhat com>
Date: Mon May 19 20:45:42 2014 -0400
Docs: Minor changes
gtk/gtkgesture.c | 2 +-
gtk/gtkgesturelongpress.c | 2 +-
gtk/gtkgesturesingle.c | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c
index d2d6c3c..4ed1067 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 f260c43..940575f 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 ef95bd3..4941c5e 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]