Adds a function which will be called for all events that Clutter processes.
The function will be called before any signals are emitted for the event and it will take precedence over any grabs.
stage |
The Stage to capture events for |
func |
The callback function which will be passed all events. |
notify |
A DestroyNotify |
user_data |
A data pointer to pass to the function. |
an identifier for the event filter, to be used with event_remove_filter . |