2003-02-01 Anders Carlsson <andersca@codefactory.se>
authorAnders Carlsson <andersca@codefactory.se>
Sat, 1 Feb 2003 21:26:32 +0000 (21:26 +0000)
committerAnders Carlsson <andersca@codefactory.se>
Sat, 1 Feb 2003 21:26:32 +0000 (21:26 +0000)
commitdbc4c0ca13fcc1cdf2be6c35a4559bc456243acb
tree3305148cd8a347b25dd4ec1577cb02b616a033dd
parentffeb3f0ee1bd083c4470a34988bd92f438b81e1e
2003-02-01  Anders Carlsson  <andersca@codefactory.se>

* bus/driver.c: (create_unique_client_name),
(bus_driver_handle_hello):
Don't take a name, just use a numeric id to identify
each client.

* dbus/Makefile.am:
* dbus/dbus-bus.c: (dbus_bus_register_client),
(dbus_bus_acquire_service), (dbus_bus_service_exists):
* dbus/dbus-bus.h:
Add new convenience functions for communicating with the bus.

* dbus/dbus-message.h:

* dbus/dbus-protocol.h:
Fix a typo.
ChangeLog
bus/driver.c
dbus/Makefile.am
dbus/dbus-bus.c [new file with mode: 0644]
dbus/dbus-bus.h [new file with mode: 0644]
dbus/dbus-protocol.h