diff options
Diffstat (limited to 'gdk/gdkdisplay.c')
-rw-r--r-- | gdk/gdkdisplay.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c index 34c8035418..ac49a5bf49 100644 --- a/gdk/gdkdisplay.c +++ b/gdk/gdkdisplay.c @@ -468,9 +468,9 @@ _gdk_display_enable_motion_hints (GdkDisplay *display) * @display: a #GdkDisplay * @screen: (allow-none): location to store the screen that the * cursor is on, or %NULL. - * @x: (out): location to store root window X coordinate of pointer, or %NULL. - * @y: (out): location to store root window Y coordinate of pointer, or %NULL. - * @mask: (out): location to store current modifier mask, or %NULL + * @x: (allow-none): (out): location to store root window X coordinate of pointer, or %NULL. + * @y: (allow-none): (out): location to store root window Y coordinate of pointer, or %NULL. + * @mask: (allow-none): (out): location to store current modifier mask, or %NULL * * Gets the current location of the pointer and the current modifier * mask for a given display. |