Gustavo Sverzut Barbieri wrote:
> On 9/17/07, Ulisses Furquim <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I created a python module to be able to use dbus-python with an ecore
>> main loop using e_dbus. However, I had to fix the handling of D-Bus
>> signals in e_dbus. We were returning to D-Bus that all signals were
>> handled and this was preventing other filters from being called. IOW,
>> we don't need to handle signals because they're for everyone who cares
>> about them, so we just do what we want and return
>> DBUS_HANDLER_RESULT_NOT_YET_HANDLED to D-Bus so other filters can be
>> run.
>>
>> This patch also uses dbus_connection_ref (and later
>> dbus_connection_unref) for storing a pointer to the DBusConnection
>> structure and dbus_message_ref / dbus_message_unref to manage a
>> reference to the D-Bus message.
>>
> 
> Looks fine to me, may I apply? Later I'll add python-ecore_dbus to
> proto/python-efl
> 

Patch seems fine to me.

Sebastian


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to