summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte.benjamin@googlemail.com>2022-05-22 12:45:28 +0000
committerBenjamin Otte <otte.benjamin@googlemail.com>2022-05-22 12:45:28 +0000
commit72fe406c4d3b9b3a0166a350a542ce13ddc21c63 (patch)
treef0d3f632193fea4a103101739e0341dbc4e7d7c1
parent0f01629ce30404b402399a7dd0616147f4c5e3a2 (diff)
downloadgtk+-72fe406c4d3b9b3a0166a350a542ce13ddc21c63.tar.gz
gesturedrag: Fix docs
Leftover from GTK3. Coordinates are widget relative everywhere now.
-rw-r--r--gtk/gtkgesturedrag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkgesturedrag.c b/gtk/gtkgesturedrag.c
index 65b196ae7d..629d8bb255 100644
--- a/gtk/gtkgesturedrag.c
+++ b/gtk/gtkgesturedrag.c
@@ -230,7 +230,7 @@ gtk_gesture_drag_new (void)
*
* If the @gesture is active, this function returns %TRUE
* and fills in @x and @y with the drag start coordinates,
- * in surface-relative coordinates.
+ * in widget-relative coordinates.
*
* Returns: %TRUE if the gesture is active
*/