[gtk/ricotz/for-master] gdk: Add missing g-i annotations for gdk_surface_translate_coordinates




commit 011bfb9cfdceeda19919115754237543e503f6be
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Jan 25 20:05:52 2021 +0100

    gdk: Add missing g-i annotations for gdk_surface_translate_coordinates

 gdk/gdksurface.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c
index f6919f3028..52b45edfd1 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: (inout): coordinates to translate
+ * @y: (inout): coordinates to translate
  *
  * Translates the given coordinates from being
  * relative to the @from surface to being relative


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]