[patch] python bindings

Seth Nickell seth@gnome.org
14 Oct 2003 18:13:02 -0700


> -(TYPE_INVALID, TYPE_NIL, TYPE_BYTE, TYPE_BOOLEAN, TYPE_INT32,
> TYPE_UINT32, TYPE_INT64, TYPE_UINT64, TYPE_DOUBLE, TYPE_STRING,
> TYPE_NAMED, TYPE_ARRAY, TYPE_DICT, TYPE_OBJECT_PATH) = range(14)
> +(TYPE_INVALID, TYPE_NIL, TYPE_BYTE, TYPE_BOOLEAN, TYPE_INT32,
> TYPE_UINT32, TYPE_INT64, TYPE_UINT64, TYPE_DOUBLE, TYPE_STRING,
> TYPE_NAMED, TYPE_ARRAY, TYPE_DICT, TYPE_OBJECT_PATH) = (0, 118, 121,
> 98, 105, 117, 120, 116, 100, 115, 110, 97, 99, 111)

Hrm.. I should really put C statements here so that it gets the right
thing whenever you compile.


> On Tue, 2003-10-14 at 16:46, David Zeuthen wrote:
> Attached is a patch that will fix the python bindings on dbus HEAD. I
> guess they stopped working when the types in dbus/dbus-protocol.h was
> changed.

Please commit!

-Seth