Jonas Dreßler 90c20b185b clutter/actor: Disconnect from "layout-changed" signal on destroy
While the layout manager of a ClutterActor does get properly unset when
destroying an actor, we currently forget to disconnect the
"layout-changed" signal from it.

So do that, and while at it, also switch to using the signal id for
disconnecting from the signal instead of
g_signal_handlers_disconnect_by_func(), which caused problems before
because it might traverse the signal handler list.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1281
2020-06-08 17:23:05 +00:00
..
2020-01-30 18:11:23 +01:00
2020-01-30 18:11:23 +01:00
2018-03-21 13:22:35 +08:00
2020-04-15 12:56:34 +00:00
2019-10-22 19:01:17 +00:00