gdk_display_get_pointer: Screen out parameter is (transfer none)

This commit is contained in:
Colin Walters 2011-05-16 12:21:34 -04:00
parent 55e093dcb5
commit 931e8e38ef

View File

@ -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.