Skip to content
Commit ee29ebe3 authored by Tomáš Bžatek's avatar Tomáš Bžatek
Browse files

proxyvolumemonitor: Use GDBusProxy's name owner change notification

Some GVolumeMonitor users don't run mainloop thus we're not able
to do any async I/O. Using GDBusProxy name owner monitoring should
get us the same functionality as separate g_bus_watch_name() call
with the benefit of not doing any async I/O in GProxyVolumeMonitor
constructor. This way we could populate volume monitor objects
during initialization.

https://bugzilla.gnome.org/show_bug.cgi?id=679821
parent 094e49bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment