2004-06-05 Olivier Andrieu <oliv__a@users.sourceforge.net>
authorOlivier Andrieu <oliv__a@users.sourceforge.net>
Sat, 5 Jun 2004 16:32:00 +0000 (16:32 +0000)
committerOlivier Andrieu <oliv__a@users.sourceforge.net>
Sat, 5 Jun 2004 16:32:00 +0000 (16:32 +0000)
commit96f6740f2fbc16c7ee220d3d5abdc94e22da78f3
tree6f7bb5afb73db345ab173311f0c919df5695b346
parent63de4681299428db8be68bab64b969e0c1229273
2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>

* dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
registration functions take the path argument as char* instead of
char**.

* dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
split off the path decompostion part of
_dbus_demarshal_object_path. Some misc. fixes to silence compiler
warnings.

* glib/dbus-gobject.c, test/test-service.c: update accordingly.
ChangeLog
dbus/dbus-connection.c
dbus/dbus-connection.h
dbus/dbus-marshal.c
dbus/dbus-marshal.h
glib/dbus-gobject.c
test/test-service.c