forked from AuroraMiddleware/gtk
gdk_display_get_pointer: Screen out parameter is (transfer none)
This commit is contained in:
parent
55e093dcb5
commit
931e8e38ef
@ -563,7 +563,7 @@ _gdk_display_enable_motion_hints (GdkDisplay *display,
|
||||
/**
|
||||
* gdk_display_get_pointer:
|
||||
* @display: a #GdkDisplay
|
||||
* @screen: (out) (allow-none): location to store the screen that the
|
||||
* @screen: (out) (allow-none) (transfer none): location to store the screen that the
|
||||
* cursor is on, or %NULL.
|
||||
* @x: (out) (allow-none): location to store root window X coordinate of pointer, or %NULL.
|
||||
* @y: (out) (allow-none): location to store root window Y coordinate of pointer, or %NULL.
|
||||
|
Loading…
Reference in New Issue
Block a user