Function
ClutterEventFilterFunc
Description [src]
A function pointer type used by event filters that are added with clutter_event_add_filter().
Available since: | 1.18 |
Parameters
event |
ClutterEvent |
The event that is going to be emitted. |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
The data pointer passed to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |