Function
MetaKeyHandlerFunc
Declaration
void
(* MetaKeyHandlerFunc) (
  MetaDisplay* display,
  MetaWindow* window,
  const ClutterEvent* event,
  MetaKeyBinding* binding,
  gpointer user_data
)
Parameters
- display
- 
            Type: MetaDisplayA MetaDisplay.The data is owned by the caller of the function. 
- window
- 
            Type: MetaWindowA MetaWindow.The data is owned by the caller of the function. 
- event
- 
            Type: ClutterEventA ClutterEvent.The data is owned by the caller of the function. 
- binding
- 
            Type: MetaKeyBindingA MetaKeyBinding.The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerData passed to the function. The argument can be NULL.The data is owned by the caller of the function.