mirror of
https://github.com/brl/mutter.git
synced 2025-02-14 04:14:10 +00:00
![Elliot Smith](/assets/img/avatar_default.png)
Added a recipe explaining how to connect signals to handlers in the JSON definition used by ClutterScript; also shows how to connect the signals in code once the JSON has been loaded. Includes guidelines on writing handlers (i.e. need to use -export-dynamic and non-static functions) and example which connects a handler for motion events on a rectangle.