gdk: correct a 'Since' note in the docs

gdk_keymap_get_modifier_state was only introduced in 3.4, not 3.2.
This commit is contained in:
Matthias Clasen
2012-02-27 07:09:29 -05:00
parent d36c10bc03
commit 98f3468172

View File

@ -386,7 +386,7 @@ gdk_keymap_get_num_lock_state (GdkKeymap *keymap)
*
* Returns: the current modifier state.
*
* Since: 3.2
* Since: 3.4
*/
guint
gdk_keymap_get_modifier_state (GdkKeymap *keymap)