[goocanvas/goocanvas-2.0] Let goo_canvas_pointer_grab take NULL



commit acb94fcc06af85c4c24213629bb8fa5b8f31f4d0
Author: Alexey Sokolov <sokolov google com>
Date:   Mon Nov 2 18:48:00 2020 +0000

    Let goo_canvas_pointer_grab take NULL

 src/goocanvas.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/goocanvas.c b/src/goocanvas.c
index 76d92f1..cba71c6 100644
--- a/src/goocanvas.c
+++ b/src/goocanvas.c
@@ -3544,7 +3544,7 @@ goo_canvas_grab_focus (GooCanvas     *canvas,
  * @canvas: a #GooCanvas.
  * @item: the item to grab the pointer for.
  * @event_mask: the events to receive during the grab.
- * @cursor: the cursor to display during the grab, or NULL.
+ * @cursor: (nullable): the cursor to display during the grab, or NULL.
  * @time: the time of the event that lead to the pointer grab. This should
  *  come from the relevant #GdkEvent.
  *


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