Skip to content

Fix documentation of gdk_display_put_event()

Michael Catanzaro requested to merge mcatanzaro/put-event into main

This function is deprecated, but we should still document it properly. It appends, not prepends. This is clear enough from its implementation, but also we have practical experience with WebKit in:

https://github.com/WebKit/WebKit/pull/8663

Merge request reports