-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
driver: return correct introspection data for non-canonical object paths
Ideally the driver would only implement the object /org/freedesktop/DBus, however, for backwards compatibility we must allow some methods to be called on any object path. We will divert slightly from the reference implementation in the way we do the intropsection though, and expose it as if only the canonical path exists. We must also expose the canonical path as a node on each of its parents, which was not done correctly in the past. Signed-off-by: Tom Gundersen <[email protected]>
- Loading branch information
Showing
1 changed file
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters