Summary: |
No way to have a single method in multiple interfaces |
Product: |
dbus
|
Reporter: |
Tim Waugh <twaugh> |
Component: |
python | Assignee: |
Simon McVittie <smcv> |
Status: |
RESOLVED
MOVED
|
QA Contact: |
John (J5) Palmieri <johnp> |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
testservice.py
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 40422 [details] testservice.py With the attached code I expect to have an object /net/cyberelk/Test with two identical interfaces, net.cyberelk.Test.Interface1 and net.cyberelk.Test.Interface2. In fact only one of the interfaces is created.