Mention keymaps in the migration guide

Just another bullet point.
This commit is contained in:
Matthias Clasen 2017-12-15 07:48:36 -05:00
parent fa27d171d0
commit a326884df8

View File

@ -208,6 +208,15 @@
</para>
</section>
<section>
<title>Adapt to GdkKeymap API changes</title>
<para>
The way to get a keymap has changed slightly. gdk_keymap_get_default() has
been dropped, and gdk_keymap_get_for_display() has been renamed to
gdk_display_get_keymap().
</para>
</section>
<section>
<title>Adapt to GtkHeaderBar API changes</title>
<para>