Add allow-none to gdk_window_set_cursor()

This commit is contained in:
Philip Withnall 2010-06-27 15:39:02 +01:00
parent e634f3fbe0
commit b89dcab5a5

View File

@ -8007,7 +8007,7 @@ gdk_window_get_cursor (GdkWindow *window)
/** /**
* gdk_window_set_cursor: * gdk_window_set_cursor:
* @window: a #GdkWindow * @window: a #GdkWindow
* @cursor: a cursor * @cursor: (allow-none): a cursor
* *
* Sets the mouse pointer for a #GdkWindow. Use gdk_cursor_new_for_display() * Sets the mouse pointer for a #GdkWindow. Use gdk_cursor_new_for_display()
* or gdk_cursor_new_from_pixmap() to create the cursor. To make the cursor * or gdk_cursor_new_from_pixmap() to create the cursor. To make the cursor