[Vala] D-Bus server testing

2008-12-13 Thread Jürg Billeter
Hi all, due to various issues and limitations with type marshalling of dbus-glib, I've rewritten D-Bus server support to directly use libdbus to read and write D-Bus messages. The rewrite is not yet in trunk as it hasn't been tested extensively yet. I've attached a patch to bug 560034[1]. The

Re: [Vala] D-Bus server testing

2008-12-13 Thread Michael 'Mickey' Lauer
Awesome, glad to hear this. As a consequence of this, both async. and sync. operation both client and server side will be supported then? Do we have any other showstoppers left in dbus support then or would you consider it feature complete? Thanks a lot! -- :M:

Re: [Vala] D-Bus server testing

2008-12-13 Thread Jürg Billeter
On Sat, 2008-12-13 at 11:36 +0100, Michael 'Mickey' Lauer wrote: Awesome, glad to hear this. As a consequence of this, both async. and sync. operation both client and server side will be supported then? Do we have any other showstoppers left in dbus support then or would you consider