Florian Müllner cf29ec2f22 signalTracker: Add TransientSignalHolder class
There are cases where we want to connect to a number of signals
for the lifetime of an object, but also other signals for a
limited period (say: between show and hide).

It is currently not possible to use disconnectObject() for the
latter, because it will disconnect all signals.

To address this use case, add a small class that can be used as
a transient signal holder, while still benefiting from autocleanup
by proxying the real owner.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2221>
2022-03-05 00:12:27 +00:00
..
2021-09-01 12:26:15 +02:00
2021-09-01 12:26:15 +02:00
2022-02-12 14:08:01 +00:00
2022-03-04 14:14:37 +00:00
2022-02-11 16:24:01 +00:00