[gtk+] gdk_display_get_pointer: Screen out parameter is (transfer none)
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gdk_display_get_pointer: Screen out parameter is (transfer none)
- Date: Mon, 16 May 2011 16:40:27 +0000 (UTC)
commit 931e8e38efc0c41a7eb7b4227e29b59350b5b71f
Author: Colin Walters <walters verbum org>
Date: Mon May 16 12:21:34 2011 -0400
gdk_display_get_pointer: Screen out parameter is (transfer none)
gdk/gdkdisplay.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c
index f2c95f7..ff1d26d 100644
--- a/gdk/gdkdisplay.c
+++ b/gdk/gdkdisplay.c
@@ -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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]