syncevolution/src/dbus
Zhu, Yongsheng 834d3cfb4d dbus api: change the signature of 'handler' of 'InfoRequest'
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.
2010-04-09 08:52:30 +02:00
..
interfaces dbus api: change the signature of 'handler' of 'InfoRequest' 2010-04-09 08:52:30 +02:00
Makefile.am add temporary test binary 2009-11-13 11:07:36 +02:00
README implement new dbus api in the C wrapper 2009-11-13 11:07:36 +02:00
syncevo-dbus-types.c gtk-ui: use "fingerprint" for device template selector 2010-02-09 20:08:11 +02:00
syncevo-dbus-types.h gtk-ui: handle source phases correctly (MB #9320) 2010-02-03 13:27:47 +01:00
syncevo-dbus.pc.in build rules: moved D-Bus into sub directories 2009-05-06 19:52:55 +02:00
syncevo-server.c dbus client bindings: implement TemplatesChanged 2010-02-23 14:54:39 +02:00
syncevo-server.h dbus client bindings: implement TemplatesChanged 2010-02-23 14:54:39 +02:00
syncevo-session.c dbus bindings: add Session.Restore() 2010-02-03 13:27:46 +01:00
syncevo-session.h dbus bindings: add Session.Restore() 2010-02-03 13:27:46 +01:00
test.c sync-UI + D-Bus lib: removed obsolete include for engine defs 2010-03-23 18:57:30 +01:00

This is the C wrapper for the SyncEvolution DBus API. It is used by the GTK ui.