Compile under D-BUS 0.2x again.
This commit is contained in:
parent
7fdc36d00e
commit
430eb532df
|
@ -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:
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue