Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remote: avoid a spurious ::g-properties-changed emission after disposal
We do a force disposal when dropping device proxies, but GDBusProxy will synthesize an emission when the name owner disappears. This seems to happen after we've disposed it, so add a guard clause to prevent touching a finalized object.
- Loading branch information