| Summary: |
D-Bus Introspection XML file not matching |
| Product: |
SyncEvolution
|
Reporter: |
Eugenio Parodi <eugenio.parodi> |
| Component: |
SyncEvolution | Assignee: |
Patrick Ohly <patrick.ohly> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
major
|
|
|
| Priority: |
high
|
CC: |
syncevolution-issues
|
| Version: |
1.3.99.1 | |
|
| Hardware: |
x86 (IA32) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
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.
Trying to retrieve the "D-Bus Introspection XML file" with this command: dbus-send --session \ --dest=org._01.pim.contacts \ --print-reply=literal \ /org/01/pim/contacts \ org.freedesktop.DBus.Introspectable.Introspect I noticed that some of the functions seems incomplete (some return values are not shown as expected): 1) GetSortOrder <method name="GetSortOrder"/> Should be <method name="GetSortOrder"> <arg type="s" direction="out"/> </method> 2) GetAllPeers <method name="GetAllPeers"/> Should be (I think) <method name="GetAllPeers"> <arg type="as" direction="out"/> </method> 3) Search The return object seems missing.