2004-07-12 Seth Nickell <seth@gnome.org>
authorSeth Nickell <seth@gnome.org>
Mon, 12 Jul 2004 06:29:00 +0000 (06:29 +0000)
committerSeth Nickell <seth@gnome.org>
Mon, 12 Jul 2004 06:29:00 +0000 (06:29 +0000)
commit5afe4265eaa30afa7d93eb1550839c56360abeda
treedde4b6230f724bcc3d7289772f701435226adeec
parentdd4ff748c19ed30d832ae0c8f842cc73cb277639
2004-07-12  Seth Nickell  <seth@gnome.org>

* python/dbus.py:

Add message argument to the default object_method_handler
function.

* python/dbus_bindings.pyx.in:

Automatically return NIL when passed an empty list
(we can't pass back a list since lists are typed
and we don't have any idea what type the the client
intended the list to be... :-( )
ChangeLog
python/dbus.py
python/dbus_bindings.pyx.in