diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-06-24 18:10:03 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-06-24 18:10:03 +0200 |
commit | d35e4848a2cca769847fdf7bfb5d0a93551a5a16 (patch) | |
tree | f1633b2f6b7a254e8475cbea3d1d51b22917dd2f /gdk/gdkdisplay.c | |
parent | 71e69e4701fd2975b9bb59ecc0b36193c4fc5b9f (diff) | |
download | gtk+-d35e4848a2cca769847fdf7bfb5d0a93551a5a16.tar.gz |
[docs] Fix annotations: "(allow-none): (out)" -> "(out) (allow-none)"
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 366fcfd326..0b91f88b97 100644 --- a/gdk/gdkdisplay.c +++ b/gdk/gdkdisplay.c @@ -820,9 +820,9 @@ gdk_display_set_device_hooks (GdkDisplay *display, * @display: a #GdkDisplay * @screen: (allow-none): location to store the screen that the * cursor is on, 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 + * @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. + * @mask: (out) (allow-none): location to store current modifier mask, or %NULL * * Gets the current location of the pointer and the current modifier * mask for a given display. |