[gtk+] [gi] Added missing (allow-none) annotation to gdk_device_grab



commit 8effa1eb0e4a704a57bdfd49e584f5743e43aa74
Author: Sebastian Pölsterl <sebp k-d-w org>
Date:   Fri Jan 21 10:36:07 2011 +0100

    [gi] Added missing (allow-none) annotation to gdk_device_grab

 gdk/gdkdevice.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkdevice.c b/gdk/gdkdevice.c
index 2d1f00a..5b1f625 100644
--- a/gdk/gdkdevice.c
+++ b/gdk/gdkdevice.c
@@ -1149,7 +1149,7 @@ get_native_grab_event_mask (GdkEventMask grab_mask)
  *                @event_mask. In either mode, unreported events are discarded.
  * @event_mask: specifies the event mask, which is used in accordance with
  *              @owner_events.
- * @cursor: the cursor to display while the grab is active if the device is
+ * @cursor: (allow-none): the cursor to display while the grab is active if the device is
  *          a pointer. If this is %NULL then the normal cursors are used for
  *          @window and its descendants, and the cursor for @window is used
  *          elsewhere.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]