mirror of
https://github.com/brl/mutter.git
synced 2025-02-12 19:34:10 +00:00
![Christian Hergert](/assets/img/avatar_default.png)
g_signal_emit_by_name() is used to emit signals on ClutterContainer when actors are removed or added. It happens to do various interface lookups which are a bit unneccessary and can allocate memory. Simply using emission wrappers makes all of that go away. https://gitlab.gnome.org/GNOME/mutter/merge_requests/1083