summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturedrag.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-19 22:16:03 -0400
committerCarlos Garnacho <carlosg@gnome.org>2014-05-23 19:54:33 +0200
commit04424319433c247f3e8a7703381840ff1c8caf3c (patch)
tree89c74af06c1aa4e3e5695d0d12d05d3ff39b1030 /gtk/gtkgesturedrag.c
parent9f3f634c1606f34cd2c79be7e584e427e0d35c5f (diff)
downloadgtk+-04424319433c247f3e8a7703381840ff1c8caf3c.tar.gz
Docs: Cosmetic fixes
Diffstat (limited to 'gtk/gtkgesturedrag.c')
-rw-r--r--gtk/gtkgesturedrag.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkgesturedrag.c b/gtk/gtkgesturedrag.c
index 141362ad75..3f8f1e1d71 100644
--- a/gtk/gtkgesturedrag.c
+++ b/gtk/gtkgesturedrag.c
@@ -177,7 +177,7 @@ gtk_gesture_drag_init (GtkGestureDrag *gesture)
* gtk_gesture_drag_new:
* @widget: a #GtkWidget
*
- * Returns a newly created #GtkGesture that recognizes drags
+ * Returns a newly created #GtkGesture that recognizes drags.
*
* Returns: a newly created #GtkGestureDrag
*
@@ -201,7 +201,7 @@ gtk_gesture_drag_new (GtkWidget *widget)
* and fills in @x and @y with the drag start coordinates,
* in window-relative coordinates.
*
- * Returns: #TRUE if the gesture is active.
+ * Returns: %TRUE if the gesture is active
*
* Since: 3.14
**/
@@ -241,7 +241,7 @@ gtk_gesture_drag_get_start_point (GtkGestureDrag *gesture,
* fills in @x and @y with the coordinates of the current point,
* as an offset to the starting drag point.
*
- * Returns: #TRUE if the gesture is active.
+ * Returns: %TRUE if the gesture is active
*
* Since: 3.14
**/