Fix annotations

The arguments are really (inout), not (out).
This commit is contained in:
Emmanuele Bassi 2021-01-26 12:54:00 +00:00
parent 6710eb5eb3
commit 3d2cf97fbf

View File

@ -2960,8 +2960,8 @@ gdk_surface_request_motion (GdkSurface *surface)
* gdk_surface_translate_coordinates:
* @from: the origin surface
* @to: the target surface
* @x: (out): coordinates to translate
* @y: (out): 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