Code review comment for lp://qastaging/~stolowski/unity/hide-dash-dbus-iface

Revision history for this message
Michal Hruby (mhr3) wrote :

40 + g_bus_get (G_BUS_TYPE_SESSION, nullptr, OnBusAcquired, this);

To be safe we should use a cancellable here and cancel the call in destructor.

review: Needs Fixing

« Back to merge proposal