Function

MetaKeyHandlerFunc

Declaration

void
KeyHandlerFunc (
  MetaDisplay* display,
  MetaWindow* window,
  ClutterKeyEvent* event,
  MetaKeyBinding* binding,
  gpointer user_data
)

Description

No description available.

Parameters

display MetaDisplay
 

A MetaDisplay.

 The data is owned by the caller of the function.
window MetaWindow
 

A MetaWindow.

 The data is owned by the caller of the function.
event ClutterKeyEvent*
 

A ClutterKeyEvent.

 The argument can be NULL.
 The data is owned by the caller of the function.
binding MetaKeyBinding
 

A MetaKeyBinding.

 The data is owned by the caller of the function.
user_data gpointer
 

Data passed to the function.