Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Honor introspection calls on sub path of every exported object #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rrerolle
Copy link

This allows introspection based tools such as D-feet to correctly find their way
towards exported objects, starting from /

e.g., if two objects are exported under path /a/b/c and /d/e/f, an Introspect
call on / will return nodes a and d, while an call on /a will return b, and /d
will return e. This allows going from / all the way to /a/b/c and /d/e/f,
withouth knowing anything about the exported objects in the first place.

This allows introspection based tools such as D-feet to correctly find their way
towards exported objects, starting from /

e.g., if two objects are exported under path /a/b/c and /d/e/f, an Introspect
call on / will return nodes a and d, while an call on /a will return b, and /d
will return e. This allows going from / all the way to /a/b/c and /d/e/f,
withouth knowing anything about the exported objects in the first place.
@philips
Copy link

philips commented Sep 16, 2014

@rrerolle Would you mind sending this PR to github.com/godbus/dbus?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants