Skip to content

Commit

Permalink
Add allow-none to gdk_window_set_cursor()
Browse files Browse the repository at this point in the history
  • Loading branch information
pwithnall committed Jun 27, 2010
1 parent 1c14997 commit d78cee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdk/gdkwindow.c
Original file line number Diff line number Diff line change
Expand Up @@ -8338,7 +8338,7 @@ gdk_window_get_cursor (GdkWindow *window)
/**
* gdk_window_set_cursor:
* @window: a #GdkWindow
* @cursor: a cursor
* @cursor: (allow-none): a cursor
*
* Sets the default 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
Expand Down

0 comments on commit d78cee6

Please sign in to comment.