introspection: Make MetaKeyHandlerFunc compatible with master

This allows gnome-shell's JS handlers work on the wayland branch.
This commit is contained in:
Rui Matos 2013-12-09 21:24:35 +01:00
parent 66af41f4a9
commit bad48ea815

View File

@ -393,7 +393,7 @@ struct _MetaKeyCombo
* @display: a #MetaDisplay
* @screen: a #MetaScreen
* @window: a #MetaWindow
* @event: a #ClutterKeyEvent
* @event: (type gpointer): a #ClutterKeyEvent
* @binding: a #MetaKeyBinding
* @user_data: data passed to the function
*