mirror of
https://github.com/brl/mutter.git
synced 2025-01-31 05:42:30 +00:00
81d11ac0a8
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