834d3cfb4d
Currently the signature of argument 'handler' of 'InfoRequest' is 's' on dbus server and sync ui. However, in the dbus api document, its signature is still 'o'. Change it. The reason for using a string and not an object path is that when sending the initial request, the parameter has to be empty. "" for a string is valid, but seems to be problematic for an object path. |
||
---|---|---|
.. | ||
interfaces | ||
Makefile.am | ||
README | ||
syncevo-dbus-types.c | ||
syncevo-dbus-types.h | ||
syncevo-dbus.pc.in | ||
syncevo-server.c | ||
syncevo-server.h | ||
syncevo-session.c | ||
syncevo-session.h | ||
test.c |
This is the C wrapper for the SyncEvolution DBus API. It is used by the GTK ui.