Compile under D-BUS 0.2x again.

This commit is contained in:
Christian Hammond 2005-07-27 07:33:37 +00:00
parent 7fdc36d00e
commit 430eb532df
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Jul 27 00:31:47 PDT 2005 Christian Hammond <chipx86@chipx86.com>
* libnotify/dbus-compat.h:
- Compile under D-BUS 0.2x again.
Wed Jul 27 00:18:16 PDT 2005 Christian Hammond <chipx86@chipx86.com>
* libnotify/notify.c:

View File

@ -132,6 +132,11 @@
# define dbus_message_iter_init_append(msg, iter) \
dbus_message_iter_init(msg, iter)
# define dbus_bus_start_service_by_name(conn, service, flags, result, error) \
dbus_bus_activate_service((conn), (service), (flags), (result), (error))
# define dbus_message_iter_close_container(iter, container_iter)
# define _notify_dbus_message_iter_append_byte(iter, val) \
dbus_message_iter_append_byte((iter), (val))
# define _notify_dbus_message_iter_append_boolean(iter, val) \