From: Jedy W. <Jed...@Su...> - 2008-05-27 07:43:57
|
On Mon, 2008-05-12 at 23:47 +0200, Daniel Gollub wrote: > > > - Configuration GUI for palm-sync plugin. > > - Configuration GUI for libsyncml Plugin. > > I would recommend to take a look on the the new OSyncPluginConfig > interface. > Since I plan to get rid of custom XML configurations - it would be > nice if > you could give me some feedback on the interface as well.. if there > is > anything missing or unhandy to write configuration GUIs.. > Hi daniel, I took a look at the code of opensync_plugin_config.c. Currently, there are several APIs for the configuration of palm-sync and libsyncml plugin, but lack of APIs for the configuration of file/evolution plugin. For example, APIs to retrieve/store objtype/objformat supported by the plugin, path of the file/calendar/contacts/.... Now we can get these information through other APIs. But it's better to provide unified interfaces. Regards, Jedy |