Skip to content

Fix a warning caused by difference between prototype and definition

Qiu Wenbo requested to merge crab2313/gtk:fix-gi-warning into master

This commit fix the warning:

../gdk/wayland/gdkdisplay-wayland.c:1079: Warning: GdkWayland: gdk_wayland_display_set_cursor_theme: unknown parameter 'name' in documentation comment, should be 'theme'

Merge request reports