[E-devel] e_dbus blocks

2012-09-12 Thread Michael Blumenkrantz
currently calls to dbus_bus_add_match() have an error param (last param). passing this causes dbus to block and wait for a reply; is there a reason why we do this? http://dbus.freedesktop.org/doc/api/html/group__DBusBus.html#ga4eb6401ba014da3dbe3dc4e2a8e5b3ef and don't bother bringing up the new

Re: [E-devel] e_dbus blocks

2012-09-12 Thread Jose Souza
I think theres no reason to pass the last argument. We could check if an error occurred, but like documentation said are generally unrecoverable. On Wed, Sep 12, 2012 at 5:18 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: currently calls to dbus_bus_add_match() have an error

Re: [E-devel] e_dbus blocks

2012-09-12 Thread Michael Blumenkrantz
this was my thought as well. I have removed the error param. On Wed, Sep 12, 2012 at 2:06 PM, Jose Souza zehortig...@profusion.mobiwrote: I think theres no reason to pass the last argument. We could check if an error occurred, but like documentation said are generally unrecoverable. On Wed,