summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-01-25 20:05:52 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-01-25 20:18:33 +0100
commit9249717cf47ebd4c08c9ce13e74fb79ea307b33e (patch)
tree3541139009ac225c80deabb19913ca05d744b58d
parent4196dfc374f20bf6e22faf4746a1e4c38499fe97 (diff)
downloadgtk+-ricotz/for-master.tar.gz
gdk: Add missing g-i annotations for gdk_surface_translate_coordinatesricotz/for-master
-rw-r--r--gdk/gdksurface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c
index f6919f3028..d0dbf52b85 100644
--- a/gdk/gdksurface.c
+++ b/gdk/gdksurface.c
@@ -2960,8 +2960,8 @@ gdk_surface_request_motion (GdkSurface *surface)
* gdk_surface_translate_coordinates:
* @from: the origin surface
* @to: the target surface
- * @x: coordinates to translate
- * @y: coordinates to translate
+ * @x: (out): coordinates to translate
+ * @y: (out): coordinates to translate
*
* Translates the given coordinates from being
* relative to the @from surface to being relative