summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2005-07-27 07:33:37 +0000
committerChristian Hammond <chipx86@chipx86.com>2005-07-27 07:33:37 +0000
commit430eb532df45945afdc1c50d0ad4a2610c3ecf7e (patch)
tree650c77b43dc39822118a458c88cddfaf1495c59d
parent7fdc36d00ef56788fec4959783250d3fd0b12449 (diff)
downloadlibnotify-430eb532df45945afdc1c50d0ad4a2610c3ecf7e.tar.gz
Compile under D-BUS 0.2x again.
-rw-r--r--ChangeLog5
-rw-r--r--libnotify/dbus-compat.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79dd675..d154e40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/libnotify/dbus-compat.h b/libnotify/dbus-compat.h
index 0f2f52a..560b262 100644
--- a/libnotify/dbus-compat.h
+++ b/libnotify/dbus-compat.h
@@ -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) \