mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`gdk_keymap_get_for_display()` does not transfer ownership to the caller. Destroying the keymap object would cause problems further down the road when `GtkWindow` gets to clean up and tries to destroy the same keymap.