forked from AuroraMiddleware/gtk
Fix annotations
The arguments are really (inout), not (out).
This commit is contained in:
parent
6710eb5eb3
commit
3d2cf97fbf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user