docs: fix type in parameter type

This commit is contained in:
William Jon McCann
2014-01-20 16:55:07 -05:00
parent 201b093719
commit 139b33aae5

View File

@ -5967,7 +5967,7 @@ gdk_window_get_device_cursor (GdkWindow *window,
/**
* gdk_window_set_device_cursor:
* @window: a #Gdkwindow
* @window: a #GdkWindow
* @device: a master, pointer #GdkDevice
* @cursor: a #GdkCursor
*