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