mirror of
https://github.com/brl/mutter.git
synced 2025-02-12 11:24:09 +00:00
![Carlos Garnacho](/assets/img/avatar_default.png)
Since we want these accessed from bindings this must be a boxed type. This has the side effect of making ClutterGrab a refcounted object, since we want to avoid JS from pointing to freed memory and maybe causing crashes if misusing the object after dismiss. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2099>