]> Pileus Git - ~andy/gtk/commitdiff
gdk: correct a 'Since' note in the docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Feb 2012 12:09:29 +0000 (07:09 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Feb 2012 12:11:43 +0000 (07:11 -0500)
gdk_keymap_get_modifier_state was only introduced in 3.4, not 3.2.

gdk/gdkkeys.c

index 763e433dbb10c922ecb3a641c8d8f350e4d65f61..921493a6edd8ec2550fbb9258137894fd8464936 100644 (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)