wireplumber/lib
George Kiagiadakis 3db3229359 object-manager: guard self in the idle callback using g_cclosure_new_object
The idle callback may be called after the object manager has been
destroyed, or the object manager may be destroyed while emitting
one of the signals from the idle callback, so it needs to be ref'ed
while the callback is running. g_cclosure_new_object ensures that
in both cases the code behaves correctly.
2021-09-28 11:46:46 +03:00
..
wp object-manager: guard self in the idle callback using g_cclosure_new_object 2021-09-28 11:46:46 +03:00
wplua properties: use a boxed WpPropertiesItem type when iterating 2021-07-15 08:55:00 -04:00
meson.build remove wpipc 2021-08-19 16:53:28 +03:00