Re: [E-devel] e_dbus: api change (better wrapping)

2010-08-20 Thread Michael Blumenkrantz
Forgot when you were in irc earlier, but I meant to tell you that the eina_suite test links against $prefix/lib/libeina.so instead of $builddir/lib/libeina.so, which can break compile when new features are added but the lib is not installed. This may also be the case for other efl tests, so I thoug

Re: [E-devel] e_dbus: api change (better wrapping)

2010-08-19 Thread The Rasterman
On Wed, 18 Aug 2010 21:40:06 +0200 (CEST) Vincent Torri said: i think it's a bit late for this :( thanks for the work though.. but... time i think has long passed for doing this :( > > Hey, > > Here is a patch that tries to improve the e_dbus wrapper around dbus. It > is not perfect as there

[E-devel] e_dbus: api change (better wrapping)

2010-08-18 Thread Vincent Torri
Hey, Here is a patch that tries to improve the e_dbus wrapper around dbus. It is not perfect as there is still a problem: dbus declares DBusConnection and e_dbus declares E_DBus_Connection. I'm a bit stick on how I can rename DBusConnection. So if someone has an idea... VincentIndex: e_dbu